Html Css Color HEX #D46D1E Chocolate

📋 copy color: '#D46D1E'

red 212 ◦ green 109 ◦ blue 30

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

Shades of Chocolate #D46D1E

Tints of Chocolate #D46D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 60.4%
G = 31.05%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D46D1E (or 0xD46D1E) is known color: Chocolate. HEX triplet: D4, 6D and 1E. RGB value is (212,109,30). Sum of RGB (Red+Green+Blue) = 212+109+30=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46D1E is #2B92E1. Grayscale: #838383. Windows color (decimal): -2855650 or 1994196. OLE color: 1994196.

HSL color Cylindrical-coordinate representation of color #D46D1E: hue angle of 26.04º degrees, saturation: 0.75, 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 #D46D1E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 109 30 -
CMYK 0 0.49 0.86 0.17
HSL 26.04º 0.75% 0.47% -
HSV(B) 26.04º 0.86% 0.83% -
XYZ 32.85 25.03 4.33 -
YUV 130.79 71.12 185.92 -
System Red Green Blue C M Y K H S L
Decimal 212 109 30 0 0.49 0.86 0.17 26.04 0.75 0.47
Hex D4 6D 1E 0 31 56 11 1A 4B 2F
Octal 324 155 36 0 61 126 21 32 113 57
Binary 11010100 1101101 11110 0 110001 1010110 10001 11010 1001011 101111

Color Harmonies of #D46D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46D1E

Black with #D46D1E

Text Example


Text Example

White with #D46D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46D1E; }

 p { color: rgb(212,109,30); }

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

background-color css

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

 a { background-color: rgb(212,109,30); }

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

border-color css

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

 span { border-color: rgb(212,109,30); }

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