Html Css Color HEX #D45F11 Chocolate

📋 copy color: '#D45F11'

red 212 ◦ green 95 ◦ blue 17

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

Shades of Chocolate #D45F11

Tints of Chocolate #D45F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

 BLUE value IS 17 (7.03% from 255) = 5.25%

R = 65.43%
G = 29.32%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D45F11 (or 0xD45F11) is known color: Chocolate. HEX triplet: D4, 5F and 11. RGB value is (212,95,17). Sum of RGB (Red+Green+Blue) = 212+95+17=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45F11 is #2BA0EE. Grayscale: #797979. Windows color (decimal): -2859247 or 1138644. OLE color: 1138644.

HSL color Cylindrical-coordinate representation of color #D45F11: hue angle of 24º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D45F11 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 95 17 -
CMYK 0 0.55 0.92 0.17
HSL 24º 0.85% 0.45% -
HSV(B) 24º 0.92% 0.83% -
XYZ 31.34 22.22 3.17 -
YUV 121.09 69.26 192.84 -
System Red Green Blue C M Y K H S L
Decimal 212 95 17 0 0.55 0.92 0.17 24 0.85 0.45
Hex D4 5F 11 0 37 5C 11 18 55 2D
Octal 324 137 21 0 67 134 21 30 125 55
Binary 11010100 1011111 10001 0 110111 1011100 10001 11000 1010101 101101

Color Harmonies of #D45F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45F11

Black with #D45F11

Text Example


Text Example

White with #D45F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45F11; }

 p { color: rgb(212,95,17); }

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

background-color css

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

 a { background-color: rgb(212,95,17); }

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

border-color css

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

 span { border-color: rgb(212,95,17); }

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