Html Css Color HEX #D67120 Chocolate

📋 copy color: '#D67120'

red 214 ◦ green 113 ◦ blue 32

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

Shades of Chocolate #D67120

Tints of Chocolate #D67120

RGB

 RED value IS 214 (83.98% from 255) = 59.61%

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

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 59.61%
G = 31.48%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D67120 (or 0xD67120) is known color: Chocolate. HEX triplet: D6, 71 and 20. RGB value is (214,113,32). Sum of RGB (Red+Green+Blue) = 214+113+32=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D67120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67120 is #298EDF. Grayscale: #868686. Windows color (decimal): -2723552 or 2126294. OLE color: 2126294.

HSL color Cylindrical-coordinate representation of color #D67120: hue angle of 26.7º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D67120 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 32 -
CMYK 0 0.47 0.85 0.16
HSL 26.7º 0.74% 0.48% -
HSV(B) 26.7º 0.85% 0.84% -
XYZ 33.9 26.21 4.64 -
YUV 133.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 214 113 32 0 0.47 0.85 0.16 26.7 0.74 0.48
Hex D6 71 20 0 2F 55 10 1B 4A 30
Octal 326 161 40 0 57 125 20 33 112 60
Binary 11010110 1110001 100000 0 101111 1010101 10000 11011 1001010 110000

Color Harmonies of #D67120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67120

Black with #D67120

Text Example


Text Example

White with #D67120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67120; }

 p { color: rgb(214,113,32); }

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

background-color css

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

 a { background-color: rgb(214,113,32); }

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

border-color css

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

 span { border-color: rgb(214,113,32); }

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