Html Css Color HEX #D46F1B Chocolate

📋 copy color: '#D46F1B'

red 212 ◦ green 111 ◦ blue 27

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

Shades of Chocolate #D46F1B

Tints of Chocolate #D46F1B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 60.57%
G = 31.71%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D46F1B (or 0xD46F1B) is known color: Chocolate. HEX triplet: D4, 6F and 1B. RGB value is (212,111,27). Sum of RGB (Red+Green+Blue) = 212+111+27=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46F1B is #2B90E4. Grayscale: #848484. Windows color (decimal): -2855141 or 1798100. OLE color: 1798100.

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

Color convert

RGB 212 111 27 -
CMYK 0 0.48 0.87 0.17
HSL 27.24º 0.77% 0.47% -
HSV(B) 27.24º 0.87% 0.83% -
XYZ 33.03 25.45 4.21 -
YUV 131.62 68.96 185.33 -
System Red Green Blue C M Y K H S L
Decimal 212 111 27 0 0.48 0.87 0.17 27.24 0.77 0.47
Hex D4 6F 1B 0 30 57 11 1B 4D 2F
Octal 324 157 33 0 60 127 21 33 115 57
Binary 11010100 1101111 11011 0 110000 1010111 10001 11011 1001101 101111

Color Harmonies of #D46F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F1B

Black with #D46F1B

Text Example


Text Example

White with #D46F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F1B; }

 p { color: rgb(212,111,27); }

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

background-color css

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

 a { background-color: rgb(212,111,27); }

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

border-color css

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

 span { border-color: rgb(212,111,27); }

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