Html Css Color HEX #D46613 Chocolate

📋 copy color: '#D46613'

red 212 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #D46613

Tints of Chocolate #D46613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 63.66%
G = 30.63%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D46613 (or 0xD46613) is known color: Chocolate. HEX triplet: D4, 66 and 13. RGB value is (212,102,19). Sum of RGB (Red+Green+Blue) = 212+102+19=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D46613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46613 is #2B99EC. Grayscale: #7D7D7D. Windows color (decimal): -2857453 or 1271508. OLE color: 1271508.

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

Color convert

RGB 212 102 19 -
CMYK 0 0.52 0.91 0.17
HSL 25.8º 0.84% 0.45% -
HSV(B) 25.8º 0.91% 0.83% -
XYZ 32.02 23.55 3.47 -
YUV 125.43 67.94 189.75 -
System Red Green Blue C M Y K H S L
Decimal 212 102 19 0 0.52 0.91 0.17 25.8 0.84 0.45
Hex D4 66 13 0 34 5B 11 1A 54 2D
Octal 324 146 23 0 64 133 21 32 124 55
Binary 11010100 1100110 10011 0 110100 1011011 10001 11010 1010100 101101

Color Harmonies of #D46613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46613

Black with #D46613

Text Example


Text Example

White with #D46613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46613; }

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

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

background-color css

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

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

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

border-color css

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

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

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