Html Css Color HEX #D05C21 Chocolate

📋 copy color: '#D05C21'

red 208 ◦ green 92 ◦ blue 33

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

Shades of Chocolate #D05C21

Tints of Chocolate #D05C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

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

R = 62.46%
G = 27.63%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D05C21 (or 0xD05C21) is known color: Chocolate. HEX triplet: D0, 5C and 21. RGB value is (208,92,33). Sum of RGB (Red+Green+Blue) = 208+92+33=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05C21 is #2FA3DE. Grayscale: #787878. Windows color (decimal): -3122143 or 2186448. OLE color: 2186448.

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

Color convert

RGB 208 92 33 -
CMYK 0 0.56 0.84 0.18
HSL 20.23º 0.73% 0.47% -
HSV(B) 20.23º 0.84% 0.82% -
XYZ 30.11 21.17 3.94 -
YUV 119.96 78.93 190.8 -
System Red Green Blue C M Y K H S L
Decimal 208 92 33 0 0.56 0.84 0.18 20.23 0.73 0.47
Hex D0 5C 21 0 38 54 12 14 49 2F
Octal 320 134 41 0 70 124 22 24 111 57
Binary 11010000 1011100 100001 0 111000 1010100 10010 10100 1001001 101111

Color Harmonies of #D05C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05C21

Black with #D05C21

Text Example


Text Example

White with #D05C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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