Html Css Color HEX #D45816 Chocolate

📋 copy color: '#D45816'

red 212 ◦ green 88 ◦ blue 22

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

Shades of Chocolate #D45816

Tints of Chocolate #D45816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 65.84%
G = 27.33%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D45816 (or 0xD45816) is known color: Chocolate. HEX triplet: D4, 58 and 16. RGB value is (212,88,22). Sum of RGB (Red+Green+Blue) = 212+88+22=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D45816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45816 is #2BA7E9. Grayscale: #757575. Windows color (decimal): -2861034 or 1464532. OLE color: 1464532.

HSL color Cylindrical-coordinate representation of color #D45816: hue angle of 20.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D45816 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 88 22 -
CMYK 0 0.58 0.90 0.17
HSL 20.84º 0.81% 0.46% -
HSV(B) 20.84º 0.9% 0.83% -
XYZ 30.79 21.03 3.2 -
YUV 117.55 74.08 195.37 -
System Red Green Blue C M Y K H S L
Decimal 212 88 22 0 0.58 0.90 0.17 20.84 0.81 0.46
Hex D4 58 16 0 3A 5A 11 15 51 2E
Octal 324 130 26 0 72 132 21 25 121 56
Binary 11010100 1011000 10110 0 111010 1011010 10001 10101 1010001 101110

Color Harmonies of #D45816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45816

Black with #D45816

Text Example


Text Example

White with #D45816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45816; }

 p { color: rgb(212,88,22); }

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

background-color css

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

 a { background-color: rgb(212,88,22); }

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

border-color css

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

 span { border-color: rgb(212,88,22); }

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