Html Css Color HEX #D37122 Chocolate

📋 copy color: '#D37122'

red 211 ◦ green 113 ◦ blue 34

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

Shades of Chocolate #D37122

Tints of Chocolate #D37122

RGB

 RED value IS 211 (82.81% from 255) = 58.94%

 GREEN value IS 113 (44.53% from 255) = 31.56%

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 58.94%
G = 31.56%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D37122 (or 0xD37122) is known color: Chocolate. HEX triplet: D3, 71 and 22. RGB value is (211,113,34). Sum of RGB (Red+Green+Blue) = 211+113+34=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D37122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37122 is #2C8EDD. Grayscale: #858585. Windows color (decimal): -2920158 or 2257363. OLE color: 2257363.

HSL color Cylindrical-coordinate representation of color #D37122: hue angle of 26.78º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D37122 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 34 -
CMYK 0 0.46 0.84 0.17
HSL 26.78º 0.72% 0.48% -
HSV(B) 26.78º 0.84% 0.83% -
XYZ 33.06 25.77 4.75 -
YUV 133.3 71.97 183.42 -
System Red Green Blue C M Y K H S L
Decimal 211 113 34 0 0.46 0.84 0.17 26.78 0.72 0.48
Hex D3 71 22 0 2E 54 11 1B 48 30
Octal 323 161 42 0 56 124 21 33 110 60
Binary 11010011 1110001 100010 0 101110 1010100 10001 11011 1001000 110000

Color Harmonies of #D37122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37122

Black with #D37122

Text Example


Text Example

White with #D37122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37122; }

 p { color: rgb(211,113,34); }

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

background-color css

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

 a { background-color: rgb(211,113,34); }

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

border-color css

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

 span { border-color: rgb(211,113,34); }

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