Html Css Color HEX #D06864 Roman

📋 copy color: '#D06864'

red 208 ◦ green 104 ◦ blue 100

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

Shades of Roman #D06864

Tints of Roman #D06864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.27%

R = 50.49%
G = 25.24%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D06864 (or 0xD06864) is known color: Roman. HEX triplet: D0, 68 and 64. RGB value is (208,104,100). Sum of RGB (Red+Green+Blue) = 208+104+100=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D06864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06864 is #2F979B. Grayscale: #868686. Windows color (decimal): -3119004 or 6580432. OLE color: 6580432.

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

Color convert

RGB 208 104 100 -
CMYK 0 0.5 0.52 0.18
HSL 2.22º 0.53% 0.6% -
HSV(B) 2.22º 0.52% 0.82% -
XYZ 33.26 24.23 14.98 -
YUV 134.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 208 104 100 0 0.5 0.52 0.18 2.22 0.53 0.6
Hex D0 68 64 0 32 34 12 2 35 3C
Octal 320 150 144 0 62 64 22 2 65 74
Binary 11010000 1101000 1100100 0 110010 110100 10010 10 110101 111100

Color Harmonies of #D06864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06864

Black with #D06864

Text Example


Text Example

White with #D06864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06864; }

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

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

background-color css

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

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

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

border-color css

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

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

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