Html Css Color HEX #D05921 Chocolate

📋 copy color: '#D05921'

red 208 ◦ green 89 ◦ blue 33

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

Shades of Chocolate #D05921

Tints of Chocolate #D05921

RGB

 RED value IS 208 (81.64% from 255) = 63.03%

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

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

R = 63.03%
G = 26.97%
B = 10%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D05921 (or 0xD05921) is known color: Chocolate. HEX triplet: D0, 59 and 21. RGB value is (208,89,33). Sum of RGB (Red+Green+Blue) = 208+89+33=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D05921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05921 is #2FA6DE. Grayscale: #767676. Windows color (decimal): -3122911 or 2185680. OLE color: 2185680.

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

Color convert

RGB 208 89 33 -
CMYK 0 0.57 0.84 0.18
HSL 19.2º 0.73% 0.47% -
HSV(B) 19.2º 0.84% 0.82% -
XYZ 29.86 20.66 3.85 -
YUV 118.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 208 89 33 0 0.57 0.84 0.18 19.2 0.73 0.47
Hex D0 59 21 0 39 54 12 13 49 2F
Octal 320 131 41 0 71 124 22 23 111 57
Binary 11010000 1011001 100001 0 111001 1010100 10010 10011 1001001 101111

Color Harmonies of #D05921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05921

Black with #D05921

Text Example


Text Example

White with #D05921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05921; }

 p { color: rgb(208,89,33); }

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

background-color css

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

 a { background-color: rgb(208,89,33); }

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

border-color css

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

 span { border-color: rgb(208,89,33); }

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