Html Css Color HEX #D46B13 Chocolate

📋 copy color: '#D46B13'

red 212 ◦ green 107 ◦ blue 19

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

Shades of Chocolate #D46B13

Tints of Chocolate #D46B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 62.72%
G = 31.66%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D46B13 (or 0xD46B13) is known color: Chocolate. HEX triplet: D4, 6B and 13. RGB value is (212,107,19). Sum of RGB (Red+Green+Blue) = 212+107+19=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46B13 is #2B94EC. Grayscale: #808080. Windows color (decimal): -2856173 or 1272788. OLE color: 1272788.

HSL color Cylindrical-coordinate representation of color #D46B13: hue angle of 27.36º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D46B13 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 107 19 -
CMYK 0 0.50 0.91 0.17
HSL 27.36º 0.84% 0.45% -
HSV(B) 27.36º 0.91% 0.83% -
XYZ 32.53 24.56 3.64 -
YUV 128.36 66.29 187.66 -
System Red Green Blue C M Y K H S L
Decimal 212 107 19 0 0.50 0.91 0.17 27.36 0.84 0.45
Hex D4 6B 13 0 32 5B 11 1B 54 2D
Octal 324 153 23 0 62 133 21 33 124 55
Binary 11010100 1101011 10011 0 110010 1011011 10001 11011 1010100 101101

Color Harmonies of #D46B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B13

Black with #D46B13

Text Example


Text Example

White with #D46B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B13; }

 p { color: rgb(212,107,19); }

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

background-color css

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

 a { background-color: rgb(212,107,19); }

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

border-color css

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

 span { border-color: rgb(212,107,19); }

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