Html Css Color HEX #D67122 Chocolate

📋 copy color: '#D67122'

red 214 ◦ green 113 ◦ blue 34

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

Shades of Chocolate #D67122

Tints of Chocolate #D67122

RGB

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

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

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

R = 59.28%
G = 31.3%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D67122 (or 0xD67122) is known color: Chocolate. HEX triplet: D6, 71 and 22. RGB value is (214,113,34). Sum of RGB (Red+Green+Blue) = 214+113+34=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D67122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67122 is #298EDD. Grayscale: #868686. Windows color (decimal): -2723550 or 2257366. OLE color: 2257366.

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

Color convert

RGB 214 113 34 -
CMYK 0 0.47 0.84 0.16
HSL 26.33º 0.73% 0.49% -
HSV(B) 26.33º 0.84% 0.84% -
XYZ 33.93 26.22 4.79 -
YUV 134.19 71.46 184.92 -
System Red Green Blue C M Y K H S L
Decimal 214 113 34 0 0.47 0.84 0.16 26.33 0.73 0.49
Hex D6 71 22 0 2F 54 10 1A 49 31
Octal 326 161 42 0 57 124 20 32 111 61
Binary 11010110 1110001 100010 0 101111 1010100 10000 11010 1001001 110001

Color Harmonies of #D67122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67122

Black with #D67122

Text Example


Text Example

White with #D67122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67122; }

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

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

background-color css

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

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

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

border-color css

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

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

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