Html Css Color HEX #D45714 Chocolate

📋 copy color: '#D45714'

red 212 ◦ green 87 ◦ blue 20

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

Shades of Chocolate #D45714

Tints of Chocolate #D45714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 66.46%
G = 27.27%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D45714 (or 0xD45714) is known color: Chocolate. HEX triplet: D4, 57 and 14. RGB value is (212,87,20). Sum of RGB (Red+Green+Blue) = 212+87+20=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D45714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45714 is #2BA8EB. Grayscale: #757575. Windows color (decimal): -2861292 or 1333204. OLE color: 1333204.

HSL color Cylindrical-coordinate representation of color #D45714: hue angle of 20.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D45714 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 87 20 -
CMYK 0 0.59 0.91 0.17
HSL 20.94º 0.83% 0.45% -
HSV(B) 20.94º 0.91% 0.83% -
XYZ 30.69 20.86 3.07 -
YUV 116.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 212 87 20 0 0.59 0.91 0.17 20.94 0.83 0.45
Hex D4 57 14 0 3B 5B 11 15 53 2D
Octal 324 127 24 0 73 133 21 25 123 55
Binary 11010100 1010111 10100 0 111011 1011011 10001 10101 1010011 101101

Color Harmonies of #D45714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45714

Black with #D45714

Text Example


Text Example

White with #D45714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45714; }

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

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

background-color css

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

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

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

border-color css

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

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

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