Html Css Color HEX #D95A14 Chocolate

📋 copy color: '#D95A14'

red 217 ◦ green 90 ◦ blue 20

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

Shades of Chocolate #D95A14

Tints of Chocolate #D95A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 66.36%
G = 27.52%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D95A14 (or 0xD95A14) is known color: Chocolate. HEX triplet: D9, 5A and 14. RGB value is (217,90,20). Sum of RGB (Red+Green+Blue) = 217+90+20=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95A14 is #26A5EB. Grayscale: #787878. Windows color (decimal): -2532844 or 1333977. OLE color: 1333977.

HSL color Cylindrical-coordinate representation of color #D95A14: hue angle of 21.32º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D95A14 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 90 20 -
CMYK 0 0.59 0.91 0.15
HSL 21.32º 0.83% 0.46% -
HSV(B) 21.32º 0.91% 0.85% -
XYZ 32.4 22.11 3.22 -
YUV 119.99 71.58 197.19 -
System Red Green Blue C M Y K H S L
Decimal 217 90 20 0 0.59 0.91 0.15 21.32 0.83 0.46
Hex D9 5A 14 0 3B 5B F 15 53 2E
Octal 331 132 24 0 73 133 17 25 123 56
Binary 11011001 1011010 10100 0 111011 1011011 1111 10101 1010011 101110

Color Harmonies of #D95A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A14

Black with #D95A14

Text Example


Text Example

White with #D95A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A14; }

 p { color: rgb(217,90,20); }

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

background-color css

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

 a { background-color: rgb(217,90,20); }

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

border-color css

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

 span { border-color: rgb(217,90,20); }

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