Html Css Color HEX #D97015 Chocolate

📋 copy color: '#D97015'

red 217 ◦ green 112 ◦ blue 21

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

Shades of Chocolate #D97015

Tints of Chocolate #D97015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 21 (8.59% from 255) = 6%

R = 62%
G = 32%
B = 6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D97015 (or 0xD97015) is known color: Chocolate. HEX triplet: D9, 70 and 15. RGB value is (217,112,21). Sum of RGB (Red+Green+Blue) = 217+112+21=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D97015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97015 is #268FEA. Grayscale: #858585. Windows color (decimal): -2527211 or 1405145. OLE color: 1405145.

HSL color Cylindrical-coordinate representation of color #D97015: hue angle of 27.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D97015 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 21 -
CMYK 0 0.48 0.90 0.15
HSL 27.86º 0.82% 0.47% -
HSV(B) 27.86º 0.9% 0.85% -
XYZ 34.54 26.39 3.98 -
YUV 133.02 64.79 187.9 -
System Red Green Blue C M Y K H S L
Decimal 217 112 21 0 0.48 0.90 0.15 27.86 0.82 0.47
Hex D9 70 15 0 30 5A F 1C 52 2F
Octal 331 160 25 0 60 132 17 34 122 57
Binary 11011001 1110000 10101 0 110000 1011010 1111 11100 1010010 101111

Color Harmonies of #D97015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97015

Black with #D97015

Text Example


Text Example

White with #D97015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97015; }

 p { color: rgb(217,112,21); }

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

background-color css

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

 a { background-color: rgb(217,112,21); }

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

border-color css

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

 span { border-color: rgb(217,112,21); }

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