Html Css Color HEX #D17021 Chocolate

📋 copy color: '#D17021'

red 209 ◦ green 112 ◦ blue 33

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

Shades of Chocolate #D17021

Tints of Chocolate #D17021

RGB

 RED value IS 209 (82.03% from 255) = 59.04%

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

 BLUE value IS 33 (13.28% from 255) = 9.32%

R = 59.04%
G = 31.64%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D17021 (or 0xD17021) is known color: Chocolate. HEX triplet: D1, 70 and 21. RGB value is (209,112,33). Sum of RGB (Red+Green+Blue) = 209+112+33=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D17021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17021 is #2E8FDE. Grayscale: #848484. Windows color (decimal): -3051487 or 2191569. OLE color: 2191569.

HSL color Cylindrical-coordinate representation of color #D17021: hue angle of 26.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D17021 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 33 -
CMYK 0 0.46 0.84 0.18
HSL 26.93º 0.73% 0.47% -
HSV(B) 26.93º 0.84% 0.82% -
XYZ 32.36 25.25 4.61 -
YUV 132 72.14 182.92 -
System Red Green Blue C M Y K H S L
Decimal 209 112 33 0 0.46 0.84 0.18 26.93 0.73 0.47
Hex D1 70 21 0 2E 54 12 1B 49 2F
Octal 321 160 41 0 56 124 22 33 111 57
Binary 11010001 1110000 100001 0 101110 1010100 10010 11011 1001001 101111

Color Harmonies of #D17021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17021

Black with #D17021

Text Example


Text Example

White with #D17021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17021; }

 p { color: rgb(209,112,33); }

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

background-color css

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

 a { background-color: rgb(209,112,33); }

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

border-color css

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

 span { border-color: rgb(209,112,33); }

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