Html Css Color HEX #D25821 Chocolate

📋 copy color: '#D25821'

red 210 ◦ green 88 ◦ blue 33

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

Shades of Chocolate #D25821

Tints of Chocolate #D25821

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

 BLUE value IS 33 (13.28% from 255) = 9.97%

R = 63.44%
G = 26.59%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D25821 (or 0xD25821) is known color: Chocolate. HEX triplet: D2, 58 and 21. RGB value is (210,88,33). Sum of RGB (Red+Green+Blue) = 210+88+33=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D25821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25821 is #2DA7DE. Grayscale: #767676. Windows color (decimal): -2992095 or 2185426. OLE color: 2185426.

HSL color Cylindrical-coordinate representation of color #D25821: hue angle of 18.64º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D25821 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 88 33 -
CMYK 0 0.58 0.84 0.18
HSL 18.64º 0.73% 0.48% -
HSV(B) 18.64º 0.84% 0.82% -
XYZ 30.34 20.79 3.85 -
YUV 118.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 210 88 33 0 0.58 0.84 0.18 18.64 0.73 0.48
Hex D2 58 21 0 3A 54 12 13 49 30
Octal 322 130 41 0 72 124 22 23 111 60
Binary 11010010 1011000 100001 0 111010 1010100 10010 10011 1001001 110000

Color Harmonies of #D25821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25821

Black with #D25821

Text Example


Text Example

White with #D25821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25821; }

 p { color: rgb(210,88,33); }

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

background-color css

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

 a { background-color: rgb(210,88,33); }

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

border-color css

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

 span { border-color: rgb(210,88,33); }

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