Html Css Color HEX #D96A56 Roman

📋 copy color: '#D96A56'

red 217 ◦ green 106 ◦ blue 86

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

Shades of Roman #D96A56

Tints of Roman #D96A56

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

 GREEN value IS 106 (41.8% from 255) = 25.92%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 53.06%
G = 25.92%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D96A56 (or 0xD96A56) is known color: Roman. HEX triplet: D9, 6A and 56. RGB value is (217,106,86). Sum of RGB (Red+Green+Blue) = 217+106+86=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A56 is #2695A9. Grayscale: #898989. Windows color (decimal): -2528682 or 5663449. OLE color: 5663449.

HSL color Cylindrical-coordinate representation of color #D96A56: hue angle of 9.16º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D96A56 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 86 -
CMYK 0 0.51 0.60 0.15
HSL 9.16º 0.63% 0.59% -
HSV(B) 9.16º 0.6% 0.85% -
XYZ 35.45 25.73 11.9 -
YUV 136.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 217 106 86 0 0.51 0.60 0.15 9.16 0.63 0.59
Hex D9 6A 56 0 33 3C F 9 3F 3B
Octal 331 152 126 0 63 74 17 11 77 73
Binary 11011001 1101010 1010110 0 110011 111100 1111 1001 111111 111011

Color Harmonies of #D96A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A56

Black with #D96A56

Text Example


Text Example

White with #D96A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A56; }

 p { color: rgb(217,106,86); }

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

background-color css

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

 a { background-color: rgb(217,106,86); }

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

border-color css

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

 span { border-color: rgb(217,106,86); }

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