Html Css Color HEX #D06663 Roman

📋 copy color: '#D06663'

red 208 ◦ green 102 ◦ blue 99

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

Shades of Roman #D06663

Tints of Roman #D06663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.94%

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

R = 50.86%
G = 24.94%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D06663 (or 0xD06663) is known color: Roman. HEX triplet: D0, 66 and 63. RGB value is (208,102,99). Sum of RGB (Red+Green+Blue) = 208+102+99=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D06663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06663 is #2F999C. Grayscale: #858585. Windows color (decimal): -3119517 or 6514384. OLE color: 6514384.

HSL color Cylindrical-coordinate representation of color #D06663: hue angle of 1.65º 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 #D06663 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 102 99 -
CMYK 0 0.51 0.52 0.18
HSL 1.65º 0.54% 0.6% -
HSV(B) 1.65º 0.52% 0.82% -
XYZ 33.02 23.81 14.66 -
YUV 133.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 208 102 99 0 0.51 0.52 0.18 1.65 0.54 0.6
Hex D0 66 63 0 33 34 12 2 36 3C
Octal 320 146 143 0 63 64 22 2 66 74
Binary 11010000 1100110 1100011 0 110011 110100 10010 10 110110 111100

Color Harmonies of #D06663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06663

Black with #D06663

Text Example


Text Example

White with #D06663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06663; }

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

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

background-color css

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

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

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

border-color css

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

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

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