Html Css Color HEX #D46D22 Chocolate

📋 copy color: '#D46D22'

red 212 ◦ green 109 ◦ blue 34

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

Shades of Chocolate #D46D22

Tints of Chocolate #D46D22

RGB

 RED value IS 212 (83.2% from 255) = 59.72%

 GREEN value IS 109 (42.97% from 255) = 30.7%

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

R = 59.72%
G = 30.7%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D46D22 (or 0xD46D22) is known color: Chocolate. HEX triplet: D4, 6D and 22. RGB value is (212,109,34). Sum of RGB (Red+Green+Blue) = 212+109+34=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46D22 is #2B92DD. Grayscale: #838383. Windows color (decimal): -2855646 or 2256340. OLE color: 2256340.

HSL color Cylindrical-coordinate representation of color #D46D22: hue angle of 25.28º 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 #D46D22 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 109 34 -
CMYK 0 0.49 0.84 0.17
HSL 25.28º 0.72% 0.48% -
HSV(B) 25.28º 0.84% 0.83% -
XYZ 32.91 25.05 4.61 -
YUV 131.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 212 109 34 0 0.49 0.84 0.17 25.28 0.72 0.48
Hex D4 6D 22 0 31 54 11 19 48 30
Octal 324 155 42 0 61 124 21 31 110 60
Binary 11010100 1101101 100010 0 110001 1010100 10001 11001 1001000 110000

Color Harmonies of #D46D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46D22

Black with #D46D22

Text Example


Text Example

White with #D46D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46D22; }

 p { color: rgb(212,109,34); }

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

background-color css

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

 a { background-color: rgb(212,109,34); }

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

border-color css

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

 span { border-color: rgb(212,109,34); }

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