Html Css Color HEX #D25720 Chocolate

📋 copy color: '#D25720'

red 210 ◦ green 87 ◦ blue 32

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

Shades of Chocolate #D25720

Tints of Chocolate #D25720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 63.83%
G = 26.44%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D25720 (or 0xD25720) is known color: Chocolate. HEX triplet: D2, 57 and 20. RGB value is (210,87,32). Sum of RGB (Red+Green+Blue) = 210+87+32=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D25720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25720 is #2DA8DF. Grayscale: #757575. Windows color (decimal): -2992352 or 2119634. OLE color: 2119634.

HSL color Cylindrical-coordinate representation of color #D25720: hue angle of 18.54º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D25720 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 87 32 -
CMYK 0 0.59 0.85 0.18
HSL 18.54º 0.74% 0.47% -
HSV(B) 18.54º 0.85% 0.82% -
XYZ 30.25 20.62 3.75 -
YUV 117.51 79.75 193.97 -
System Red Green Blue C M Y K H S L
Decimal 210 87 32 0 0.59 0.85 0.18 18.54 0.74 0.47
Hex D2 57 20 0 3B 55 12 13 4A 2F
Octal 322 127 40 0 73 125 22 23 112 57
Binary 11010010 1010111 100000 0 111011 1010101 10010 10011 1001010 101111

Color Harmonies of #D25720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25720

Black with #D25720

Text Example


Text Example

White with #D25720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25720; }

 p { color: rgb(210,87,32); }

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

background-color css

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

 a { background-color: rgb(210,87,32); }

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

border-color css

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

 span { border-color: rgb(210,87,32); }

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