Html Css Color HEX #D25922 Chocolate

📋 copy color: '#D25922'

red 210 ◦ green 89 ◦ blue 34

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

Shades of Chocolate #D25922

Tints of Chocolate #D25922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.21%

R = 63.06%
G = 26.73%
B = 10.21%

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

#D25922 (or 0xD25922) is known color: Chocolate. HEX triplet: D2, 59 and 22. RGB value is (210,89,34). Sum of RGB (Red+Green+Blue) = 210+89+34=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D25922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25922 is #2DA6DD. Grayscale: #777777. Windows color (decimal): -2991838 or 2251218. OLE color: 2251218.

HSL color Cylindrical-coordinate representation of color #D25922: hue angle of 18.75º degrees, saturation: 0.72, 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 #D25922 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 89 34 -
CMYK 0 0.58 0.84 0.18
HSL 18.75º 0.72% 0.48% -
HSV(B) 18.75º 0.84% 0.82% -
XYZ 30.44 20.96 3.96 -
YUV 118.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 210 89 34 0 0.58 0.84 0.18 18.75 0.72 0.48
Hex D2 59 22 0 3A 54 12 13 48 30
Octal 322 131 42 0 72 124 22 23 110 60
Binary 11010010 1011001 100010 0 111010 1010100 10010 10011 1001000 110000

Color Harmonies of #D25922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25922

Black with #D25922

Text Example


Text Example

White with #D25922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25922; }

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

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

background-color css

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

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

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

border-color css

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

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

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