Html Css Color HEX #D67020 Chocolate

📋 copy color: '#D67020'

red 214 ◦ green 112 ◦ blue 32

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

Shades of Chocolate #D67020

Tints of Chocolate #D67020

RGB

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

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

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

R = 59.78%
G = 31.28%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D67020 (or 0xD67020) is known color: Chocolate. HEX triplet: D6, 70 and 20. RGB value is (214,112,32). Sum of RGB (Red+Green+Blue) = 214+112+32=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D67020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67020 is #298FDF. Grayscale: #858585. Windows color (decimal): -2723808 or 2126038. OLE color: 2126038.

HSL color Cylindrical-coordinate representation of color #D67020: hue angle of 26.37º 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 #D67020 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 32 -
CMYK 0 0.48 0.85 0.16
HSL 26.37º 0.74% 0.48% -
HSV(B) 26.37º 0.85% 0.84% -
XYZ 33.79 25.99 4.6 -
YUV 133.38 70.79 185.5 -
System Red Green Blue C M Y K H S L
Decimal 214 112 32 0 0.48 0.85 0.16 26.37 0.74 0.48
Hex D6 70 20 0 30 55 10 1A 4A 30
Octal 326 160 40 0 60 125 20 32 112 60
Binary 11010110 1110000 100000 0 110000 1010101 10000 11010 1001010 110000

Color Harmonies of #D67020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67020

Black with #D67020

Text Example


Text Example

White with #D67020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67020; }

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

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

background-color css

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

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

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

border-color css

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

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

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