Html Css Color HEX #D25916 Chocolate

📋 copy color: '#D25916'

red 210 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #D25916

Tints of Chocolate #D25916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 65.42%
G = 27.73%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25916 (or 0xD25916) is known color: Chocolate. HEX triplet: D2, 59 and 16. RGB value is (210,89,22). Sum of RGB (Red+Green+Blue) = 210+89+22=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D25916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25916 is #2DA6E9. Grayscale: #757575. Windows color (decimal): -2991850 or 1464786. OLE color: 1464786.

HSL color Cylindrical-coordinate representation of color #D25916: hue angle of 21.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D25916 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 89 22 -
CMYK 0 0.58 0.90 0.18
HSL 21.38º 0.81% 0.45% -
HSV(B) 21.38º 0.9% 0.82% -
XYZ 30.3 20.9 3.2 -
YUV 117.54 74.09 193.95 -
System Red Green Blue C M Y K H S L
Decimal 210 89 22 0 0.58 0.90 0.18 21.38 0.81 0.45
Hex D2 59 16 0 3A 5A 12 15 51 2D
Octal 322 131 26 0 72 132 22 25 121 55
Binary 11010010 1011001 10110 0 111010 1011010 10010 10101 1010001 101101

Color Harmonies of #D25916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25916

Black with #D25916

Text Example


Text Example

White with #D25916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25916; }

 p { color: rgb(210,89,22); }

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

background-color css

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

 a { background-color: rgb(210,89,22); }

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

border-color css

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

 span { border-color: rgb(210,89,22); }

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