Html Css Color HEX #D06962 Roman

📋 copy color: '#D06962'

red 208 ◦ green 105 ◦ blue 98

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

Shades of Roman #D06962

Tints of Roman #D06962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

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

R = 50.61%
G = 25.55%
B = 23.84%

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

#D06962 (or 0xD06962) is known color: Roman. HEX triplet: D0, 69 and 62. RGB value is (208,105,98). Sum of RGB (Red+Green+Blue) = 208+105+98=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D06962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06962 is #2F969D. Grayscale: #878787. Windows color (decimal): -3118750 or 6449616. OLE color: 6449616.

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

Color convert

RGB 208 105 98 -
CMYK 0 0.50 0.53 0.18
HSL 3.82º 0.54% 0.6% -
HSV(B) 3.82º 0.53% 0.82% -
XYZ 33.27 24.39 14.51 -
YUV 135 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 208 105 98 0 0.50 0.53 0.18 3.82 0.54 0.6
Hex D0 69 62 0 32 35 12 4 36 3C
Octal 320 151 142 0 62 65 22 4 66 74
Binary 11010000 1101001 1100010 0 110010 110101 10010 100 110110 111100

Color Harmonies of #D06962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06962

Black with #D06962

Text Example


Text Example

White with #D06962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06962; }

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

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

background-color css

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

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

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

border-color css

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

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

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