Html Css Color HEX #D06866 Roman

📋 copy color: '#D06866'

red 208 ◦ green 104 ◦ blue 102

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

Shades of Roman #D06866

Tints of Roman #D06866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.12%

 BLUE value IS 102 (40.23% from 255) = 24.64%

R = 50.24%
G = 25.12%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D06866 (or 0xD06866) is known color: Roman. HEX triplet: D0, 68 and 66. RGB value is (208,104,102). Sum of RGB (Red+Green+Blue) = 208+104+102=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D06866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06866 is #2F9799. Grayscale: #868686. Windows color (decimal): -3119002 or 6711504. OLE color: 6711504.

HSL color Cylindrical-coordinate representation of color #D06866: hue angle of 1.13º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06866 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 102 -
CMYK 0 0.5 0.51 0.18
HSL 1.13º 0.53% 0.61% -
HSV(B) 1.13º 0.51% 0.82% -
XYZ 33.36 24.27 15.5 -
YUV 134.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 208 104 102 0 0.5 0.51 0.18 1.13 0.53 0.61
Hex D0 68 66 0 32 33 12 1 35 3D
Octal 320 150 146 0 62 63 22 1 65 75
Binary 11010000 1101000 1100110 0 110010 110011 10010 1 110101 111101

Color Harmonies of #D06866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06866

Black with #D06866

Text Example


Text Example

White with #D06866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06866; }

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

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

background-color css

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

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

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

border-color css

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

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

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