Html Css Color HEX #D45715 Chocolate

📋 copy color: '#D45715'

red 212 ◦ green 87 ◦ blue 21

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

Shades of Chocolate #D45715

Tints of Chocolate #D45715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 66.25%
G = 27.19%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D45715 (or 0xD45715) is known color: Chocolate. HEX triplet: D4, 57 and 15. RGB value is (212,87,21). Sum of RGB (Red+Green+Blue) = 212+87+21=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D45715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45715 is #2BA8EA. Grayscale: #757575. Windows color (decimal): -2861291 or 1398740. OLE color: 1398740.

HSL color Cylindrical-coordinate representation of color #D45715: hue angle of 20.73º degrees, saturation: 0.82, 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 #D45715 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 87 21 -
CMYK 0 0.59 0.90 0.17
HSL 20.73º 0.82% 0.46% -
HSV(B) 20.73º 0.9% 0.83% -
XYZ 30.69 20.87 3.12 -
YUV 116.85 73.91 195.87 -
System Red Green Blue C M Y K H S L
Decimal 212 87 21 0 0.59 0.90 0.17 20.73 0.82 0.46
Hex D4 57 15 0 3B 5A 11 15 52 2E
Octal 324 127 25 0 73 132 21 25 122 56
Binary 11010100 1010111 10101 0 111011 1011010 10001 10101 1010010 101110

Color Harmonies of #D45715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45715

Black with #D45715

Text Example


Text Example

White with #D45715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45715; }

 p { color: rgb(212,87,21); }

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

background-color css

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

 a { background-color: rgb(212,87,21); }

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

border-color css

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

 span { border-color: rgb(212,87,21); }

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