Html Css Color HEX #D05721 Chocolate

📋 copy color: '#D05721'

red 208 ◦ green 87 ◦ blue 33

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

Shades of Chocolate #D05721

Tints of Chocolate #D05721

RGB

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

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

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

R = 63.41%
G = 26.52%
B = 10.06%

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

#D05721 (or 0xD05721) is known color: Chocolate. HEX triplet: D0, 57 and 21. RGB value is (208,87,33). Sum of RGB (Red+Green+Blue) = 208+87+33=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D05721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05721 is #2FA8DE. Grayscale: #757575. Windows color (decimal): -3123423 or 2185168. OLE color: 2185168.

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

Color convert

RGB 208 87 33 -
CMYK 0 0.58 0.84 0.18
HSL 18.51º 0.73% 0.47% -
HSV(B) 18.51º 0.84% 0.82% -
XYZ 29.7 20.34 3.8 -
YUV 117.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 208 87 33 0 0.58 0.84 0.18 18.51 0.73 0.47
Hex D0 57 21 0 3A 54 12 13 49 2F
Octal 320 127 41 0 72 124 22 23 111 57
Binary 11010000 1010111 100001 0 111010 1010100 10010 10011 1001001 101111

Color Harmonies of #D05721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05721

Black with #D05721

Text Example


Text Example

White with #D05721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05721; }

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

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

background-color css

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

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

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

border-color css

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

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

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