Html Css Color HEX #D45317 Chocolate

📋 copy color: '#D45317'

red 212 ◦ green 83 ◦ blue 23

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

Shades of Chocolate #D45317

Tints of Chocolate #D45317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.23%

R = 66.67%
G = 26.1%
B = 7.23%

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

#D45317 (or 0xD45317) is known color: Chocolate. HEX triplet: D4, 53 and 17. RGB value is (212,83,23). Sum of RGB (Red+Green+Blue) = 212+83+23=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D45317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45317 is #2BACE8. Grayscale: #737373. Windows color (decimal): -2862313 or 1528788. OLE color: 1528788.

HSL color Cylindrical-coordinate representation of color #D45317: hue angle of 19.05º 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 #D45317 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 83 23 -
CMYK 0 0.61 0.89 0.17
HSL 19.05º 0.8% 0.46% -
HSV(B) 19.05º 0.89% 0.83% -
XYZ 30.4 20.25 3.12 -
YUV 114.73 76.24 197.38 -
System Red Green Blue C M Y K H S L
Decimal 212 83 23 0 0.61 0.89 0.17 19.05 0.8 0.46
Hex D4 53 17 0 3D 59 11 13 50 2E
Octal 324 123 27 0 75 131 21 23 120 56
Binary 11010100 1010011 10111 0 111101 1011001 10001 10011 1010000 101110

Color Harmonies of #D45317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45317

Black with #D45317

Text Example


Text Example

White with #D45317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45317; }

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

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

background-color css

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

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

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

border-color css

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

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

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