Html Css Color HEX #D25417 Chocolate

📋 copy color: '#D25417'

red 210 ◦ green 84 ◦ blue 23

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

Shades of Chocolate #D25417

Tints of Chocolate #D25417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

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

R = 66.25%
G = 26.5%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D25417 (or 0xD25417) is known color: Chocolate. HEX triplet: D2, 54 and 17. RGB value is (210,84,23). Sum of RGB (Red+Green+Blue) = 210+84+23=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D25417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25417 is #2DABE8. Grayscale: #737373. Windows color (decimal): -2993129 or 1529042. OLE color: 1529042.

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

Color convert

RGB 210 84 23 -
CMYK 0 0.6 0.89 0.18
HSL 19.57º 0.8% 0.46% -
HSV(B) 19.57º 0.89% 0.82% -
XYZ 29.9 20.1 3.12 -
YUV 114.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 210 84 23 0 0.6 0.89 0.18 19.57 0.8 0.46
Hex D2 54 17 0 3C 59 12 14 50 2E
Octal 322 124 27 0 74 131 22 24 120 56
Binary 11010010 1010100 10111 0 111100 1011001 10010 10100 1010000 101110

Color Harmonies of #D25417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25417

Black with #D25417

Text Example


Text Example

White with #D25417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25417; }

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

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

background-color css

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

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

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

border-color css

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

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

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