#D0635C

Color #D0635C Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D0635C

Tints of Roman #D0635C

Color information

#D0635C (or 0xD0635C) is unknown color: approx Roman. HEX triplet: D0, 63 and 5C. RGB value is (208,99,92). Sum of RGB (Red+Green+Blue) = 208+99+92=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0635C is #2F9CA3. Grayscale: #828282. Windows color (decimal): -3120292 or 6054864. OLE color: 6054864.

HSL color Cylindrical-coordinate representation of color #D0635C: hue angle of 3.62º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0635C is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2089992-
CMYK00.520.560.18
HSL3.62º55.24%58.82%-
HSV(B)3.62º55.77%81.57%-
XYZ32.4123.1112.88-
YUV130.79106.11183.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 52.13%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=52.13%
G=24.81%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208999200.520.560.183.6255.2458.82
HexD0635C03438124373b
Octal320143134064702246773
Binary1101000011000111011100011010011100010010100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0635C; }

 p { color: rgb(208,99,92); }

 H1.HeaderClassName
 {
   color: #D0635C;
 }
 .AnyTagClassName
 {
   color: #D0635C;
 }
</style>
background-color css

<style>
 a { background-color: #D0635C; }

 a { background-color: rgb(208,99,92); }

 div.DivClassName
 {
   background-color: #D0635C;
 }
 .BgClassName
 {
   background-color: #D0635C;
 }
</style>
border-color css

<style>
 span { border-color: #D0635C; }

 span { border-color: rgb(208,99,92); }

 td.TdClassName
 {
   border-color: #D0635C;
 }
 .TagClassName
 {
   border-color: #D0635C;
 }
</style>