Html Css Color HEX #D25517 Chocolate

📋 copy color: '#D25517'

red 210 ◦ green 85 ◦ blue 23

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

Shades of Chocolate #D25517

Tints of Chocolate #D25517

RGB

 RED value IS 210 (82.42% from 255) = 66.04%

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 66.04%
G = 26.73%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D25517 (or 0xD25517) is known color: Chocolate. HEX triplet: D2, 55 and 17. RGB value is (210,85,23). Sum of RGB (Red+Green+Blue) = 210+85+23=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D25517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25517 is #2DAAE8. Grayscale: #737373. Windows color (decimal): -2992873 or 1529298. OLE color: 1529298.

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

Color convert

RGB 210 85 23 -
CMYK 0 0.60 0.89 0.18
HSL 19.89º 0.8% 0.46% -
HSV(B) 19.89º 0.89% 0.82% -
XYZ 29.98 20.26 3.14 -
YUV 115.31 75.91 195.54 -
System Red Green Blue C M Y K H S L
Decimal 210 85 23 0 0.60 0.89 0.18 19.89 0.8 0.46
Hex D2 55 17 0 3C 59 12 14 50 2E
Octal 322 125 27 0 74 131 22 24 120 56
Binary 11010010 1010101 10111 0 111100 1011001 10010 10100 1010000 101110

Color Harmonies of #D25517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25517

Black with #D25517

Text Example


Text Example

White with #D25517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25517; }

 p { color: rgb(210,85,23); }

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

background-color css

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

 a { background-color: rgb(210,85,23); }

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

border-color css

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

 span { border-color: rgb(210,85,23); }

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