Html Css Color HEX #D46A1D Chocolate

📋 copy color: '#D46A1D'

red 212 ◦ green 106 ◦ blue 29

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

Shades of Chocolate #D46A1D

Tints of Chocolate #D46A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 61.1%
G = 30.55%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D46A1D (or 0xD46A1D) is known color: Chocolate. HEX triplet: D4, 6A and 1D. RGB value is (212,106,29). Sum of RGB (Red+Green+Blue) = 212+106+29=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46A1D is #2B95E2. Grayscale: #818181. Windows color (decimal): -2856419 or 1927892. OLE color: 1927892.

HSL color Cylindrical-coordinate representation of color #D46A1D: hue angle of 25.25º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D46A1D is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 106 29 -
CMYK 0 0.5 0.86 0.17
HSL 25.25º 0.76% 0.47% -
HSV(B) 25.25º 0.86% 0.83% -
XYZ 32.53 24.39 4.16 -
YUV 128.92 71.62 187.26 -
System Red Green Blue C M Y K H S L
Decimal 212 106 29 0 0.5 0.86 0.17 25.25 0.76 0.47
Hex D4 6A 1D 0 32 56 11 19 4C 2F
Octal 324 152 35 0 62 126 21 31 114 57
Binary 11010100 1101010 11101 0 110010 1010110 10001 11001 1001100 101111

Color Harmonies of #D46A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A1D

Black with #D46A1D

Text Example


Text Example

White with #D46A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A1D; }

 p { color: rgb(212,106,29); }

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

background-color css

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

 a { background-color: rgb(212,106,29); }

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

border-color css

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

 span { border-color: rgb(212,106,29); }

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