Html Css Color HEX #D46F22 Chocolate

📋 copy color: '#D46F22'

red 212 ◦ green 111 ◦ blue 34

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

Shades of Chocolate #D46F22

Tints of Chocolate #D46F22

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

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

R = 59.38%
G = 31.09%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D46F22 (or 0xD46F22) is known color: Chocolate. HEX triplet: D4, 6F and 22. RGB value is (212,111,34). Sum of RGB (Red+Green+Blue) = 212+111+34=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46F22 is #2B90DD. Grayscale: #848484. Windows color (decimal): -2855134 or 2256852. OLE color: 2256852.

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

Color convert

RGB 212 111 34 -
CMYK 0 0.48 0.84 0.17
HSL 25.96º 0.72% 0.48% -
HSV(B) 25.96º 0.84% 0.83% -
XYZ 33.12 25.48 4.69 -
YUV 132.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 212 111 34 0 0.48 0.84 0.17 25.96 0.72 0.48
Hex D4 6F 22 0 30 54 11 1A 48 30
Octal 324 157 42 0 60 124 21 32 110 60
Binary 11010100 1101111 100010 0 110000 1010100 10001 11010 1001000 110000

Color Harmonies of #D46F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F22

Black with #D46F22

Text Example


Text Example

White with #D46F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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