Html Css Color HEX #D46913 Chocolate

📋 copy color: '#D46913'

red 212 ◦ green 105 ◦ blue 19

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

Shades of Chocolate #D46913

Tints of Chocolate #D46913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

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

R = 63.1%
G = 31.25%
B = 5.65%

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

#D46913 (or 0xD46913) is known color: Chocolate. HEX triplet: D4, 69 and 13. RGB value is (212,105,19). Sum of RGB (Red+Green+Blue) = 212+105+19=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D46913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46913 is #2B96EC. Grayscale: #7F7F7F. Windows color (decimal): -2856685 or 1272276. OLE color: 1272276.

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

Color convert

RGB 212 105 19 -
CMYK 0 0.50 0.91 0.17
HSL 26.74º 0.84% 0.45% -
HSV(B) 26.74º 0.91% 0.83% -
XYZ 32.32 24.15 3.57 -
YUV 127.19 66.95 188.49 -
System Red Green Blue C M Y K H S L
Decimal 212 105 19 0 0.50 0.91 0.17 26.74 0.84 0.45
Hex D4 69 13 0 32 5B 11 1B 54 2D
Octal 324 151 23 0 62 133 21 33 124 55
Binary 11010100 1101001 10011 0 110010 1011011 10001 11011 1010100 101101

Color Harmonies of #D46913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46913

Black with #D46913

Text Example


Text Example

White with #D46913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46913; }

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

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

background-color css

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

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

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

border-color css

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

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

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