Html Css Color HEX #D06762 Roman

📋 copy color: '#D06762'

red 208 ◦ green 103 ◦ blue 98

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

Shades of Roman #D06762

Tints of Roman #D06762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.18%

 BLUE value IS 98 (38.67% from 255) = 23.96%

R = 50.86%
G = 25.18%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D06762 (or 0xD06762) is known color: Roman. HEX triplet: D0, 67 and 62. RGB value is (208,103,98). Sum of RGB (Red+Green+Blue) = 208+103+98=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D06762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06762 is #2F989D. Grayscale: #858585. Windows color (decimal): -3119262 or 6449104. OLE color: 6449104.

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

Color convert

RGB 208 103 98 -
CMYK 0 0.50 0.53 0.18
HSL 2.73º 0.54% 0.6% -
HSV(B) 2.73º 0.53% 0.82% -
XYZ 33.07 23.99 14.44 -
YUV 133.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 208 103 98 0 0.50 0.53 0.18 2.73 0.54 0.6
Hex D0 67 62 0 32 35 12 3 36 3C
Octal 320 147 142 0 62 65 22 3 66 74
Binary 11010000 1100111 1100010 0 110010 110101 10010 11 110110 111100

Color Harmonies of #D06762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06762

Black with #D06762

Text Example


Text Example

White with #D06762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06762; }

 p { color: rgb(208,103,98); }

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

background-color css

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

 a { background-color: rgb(208,103,98); }

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

border-color css

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

 span { border-color: rgb(208,103,98); }

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