Html Css Color HEX #D06C63 Roman

📋 copy color: '#D06C63'

red 208 ◦ green 108 ◦ blue 99

#D06C63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D06C63

Tints of Roman #D06C63

RGB

 RED value IS 208 (81.64% from 255) = 50.12%

 GREEN value IS 108 (42.58% from 255) = 26.02%

 BLUE value IS 99 (39.06% from 255) = 23.86%

R = 50.12%
G = 26.02%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D06C63 (or 0xD06C63) is known color: Roman. HEX triplet: D0, 6C and 63. RGB value is (208,108,99). Sum of RGB (Red+Green+Blue) = 208+108+99=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06C63 is #2F939C. Grayscale: #898989. Windows color (decimal): -3117981 or 6515920. OLE color: 6515920.

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

Color convert

RGB 208 108 99 -
CMYK 0 0.48 0.52 0.18
HSL 4.95º 0.54% 0.6% -
HSV(B) 4.95º 0.52% 0.82% -
XYZ 33.63 25.04 14.86 -
YUV 136.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 208 108 99 0 0.48 0.52 0.18 4.95 0.54 0.6
Hex D0 6C 63 0 30 34 12 5 36 3C
Octal 320 154 143 0 60 64 22 5 66 74
Binary 11010000 1101100 1100011 0 110000 110100 10010 101 110110 111100

Color Harmonies of #D06C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C63

Black with #D06C63

Text Example


Text Example

White with #D06C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C63; }

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

 H1.HeaderClassName
 {
   color: #D06C63;
 }
 .AnyTagClassName
 {
   color: #D06C63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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