Html Css Color HEX #D45318 Chocolate

📋 copy color: '#D45318'

red 212 ◦ green 83 ◦ blue 24

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

Shades of Chocolate #D45318

Tints of Chocolate #D45318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

 BLUE value IS 24 (9.77% from 255) = 7.52%

R = 66.46%
G = 26.02%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D45318 (or 0xD45318) is known color: Chocolate. HEX triplet: D4, 53 and 18. RGB value is (212,83,24). Sum of RGB (Red+Green+Blue) = 212+83+24=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D45318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45318 is #2BACE7. Grayscale: #737373. Windows color (decimal): -2862312 or 1594324. OLE color: 1594324.

HSL color Cylindrical-coordinate representation of color #D45318: hue angle of 18.83º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D45318 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 83 24 -
CMYK 0 0.61 0.89 0.17
HSL 18.83º 0.8% 0.46% -
HSV(B) 18.83º 0.89% 0.83% -
XYZ 30.41 20.25 3.17 -
YUV 114.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 212 83 24 0 0.61 0.89 0.17 18.83 0.8 0.46
Hex D4 53 18 0 3D 59 11 13 50 2E
Octal 324 123 30 0 75 131 21 23 120 56
Binary 11010100 1010011 11000 0 111101 1011001 10001 10011 1010000 101110

Color Harmonies of #D45318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45318

Black with #D45318

Text Example


Text Example

White with #D45318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45318; }

 p { color: rgb(212,83,24); }

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

background-color css

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

 a { background-color: rgb(212,83,24); }

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

border-color css

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

 span { border-color: rgb(212,83,24); }

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