Html Css Color HEX #D96A5C Roman

📋 copy color: '#D96A5C'

red 217 ◦ green 106 ◦ blue 92

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

Shades of Roman #D96A5C

Tints of Roman #D96A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 52.29%
G = 25.54%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D96A5C (or 0xD96A5C) is known color: Roman. HEX triplet: D9, 6A and 5C. RGB value is (217,106,92). Sum of RGB (Red+Green+Blue) = 217+106+92=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A5C is #2695A3. Grayscale: #898989. Windows color (decimal): -2528676 or 6056665. OLE color: 6056665.

HSL color Cylindrical-coordinate representation of color #D96A5C: hue angle of 6.72º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D96A5C is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 92 -
CMYK 0 0.51 0.58 0.15
HSL 6.72º 0.62% 0.61% -
HSV(B) 6.72º 0.58% 0.85% -
XYZ 35.7 25.83 13.23 -
YUV 137.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 217 106 92 0 0.51 0.58 0.15 6.72 0.62 0.61
Hex D9 6A 5C 0 33 3A F 7 3E 3D
Octal 331 152 134 0 63 72 17 7 76 75
Binary 11011001 1101010 1011100 0 110011 111010 1111 111 111110 111101

Color Harmonies of #D96A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A5C

Black with #D96A5C

Text Example


Text Example

White with #D96A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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