Html Css Color HEX #D45319 Chocolate

📋 copy color: '#D45319'

red 212 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #D45319

Tints of Chocolate #D45319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 66.25%
G = 25.94%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D45319 (or 0xD45319) is known color: Chocolate. HEX triplet: D4, 53 and 19. RGB value is (212,83,25). Sum of RGB (Red+Green+Blue) = 212+83+25=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D45319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45319 is #2BACE6. Grayscale: #737373. Windows color (decimal): -2862311 or 1659860. OLE color: 1659860.

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

Color convert

RGB 212 83 25 -
CMYK 0 0.61 0.88 0.17
HSL 18.61º 0.79% 0.46% -
HSV(B) 18.61º 0.88% 0.83% -
XYZ 30.42 20.25 3.23 -
YUV 114.96 77.24 197.22 -
System Red Green Blue C M Y K H S L
Decimal 212 83 25 0 0.61 0.88 0.17 18.61 0.79 0.46
Hex D4 53 19 0 3D 58 11 13 4F 2E
Octal 324 123 31 0 75 130 21 23 117 56
Binary 11010100 1010011 11001 0 111101 1011000 10001 10011 1001111 101110

Color Harmonies of #D45319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45319

Black with #D45319

Text Example


Text Example

White with #D45319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45319; }

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

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

background-color css

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

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

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

border-color css

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

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

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