Html Css Color HEX #D06861 Roman

📋 copy color: '#D06861'

red 208 ◦ green 104 ◦ blue 97

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

Shades of Roman #D06861

Tints of Roman #D06861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.72%

R = 50.86%
G = 25.43%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D06861 (or 0xD06861) is known color: Roman. HEX triplet: D0, 68 and 61. RGB value is (208,104,97). Sum of RGB (Red+Green+Blue) = 208+104+97=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D06861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06861 is #2F979E. Grayscale: #868686. Windows color (decimal): -3119007 or 6383824. OLE color: 6383824.

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

Color convert

RGB 208 104 97 -
CMYK 0 0.5 0.53 0.18
HSL 3.78º 0.54% 0.6% -
HSV(B) 3.78º 0.53% 0.82% -
XYZ 33.12 24.17 14.23 -
YUV 134.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 208 104 97 0 0.5 0.53 0.18 3.78 0.54 0.6
Hex D0 68 61 0 32 35 12 4 36 3C
Octal 320 150 141 0 62 65 22 4 66 74
Binary 11010000 1101000 1100001 0 110010 110101 10010 100 110110 111100

Color Harmonies of #D06861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06861

Black with #D06861

Text Example


Text Example

White with #D06861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06861; }

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

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

background-color css

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

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

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

border-color css

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

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

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