Html Css Color HEX #D05D1D Chocolate

📋 copy color: '#D05D1D'

red 208 ◦ green 93 ◦ blue 29

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

Shades of Chocolate #D05D1D

Tints of Chocolate #D05D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 63.03%
G = 28.18%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D05D1D (or 0xD05D1D) is known color: Chocolate. HEX triplet: D0, 5D and 1D. RGB value is (208,93,29). Sum of RGB (Red+Green+Blue) = 208+93+29=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D1D is #2FA2E2. Grayscale: #787878. Windows color (decimal): -3121891 or 1924560. OLE color: 1924560.

HSL color Cylindrical-coordinate representation of color #D05D1D: hue angle of 21.45º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D05D1D is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 93 29 -
CMYK 0 0.55 0.86 0.18
HSL 21.45º 0.76% 0.46% -
HSV(B) 21.45º 0.86% 0.82% -
XYZ 30.15 21.33 3.69 -
YUV 120.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 208 93 29 0 0.55 0.86 0.18 21.45 0.76 0.46
Hex D0 5D 1D 0 37 56 12 15 4C 2E
Octal 320 135 35 0 67 126 22 25 114 56
Binary 11010000 1011101 11101 0 110111 1010110 10010 10101 1001100 101110

Color Harmonies of #D05D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05D1D

Black with #D05D1D

Text Example


Text Example

White with #D05D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05D1D; }

 p { color: rgb(208,93,29); }

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

background-color css

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

 a { background-color: rgb(208,93,29); }

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

border-color css

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

 span { border-color: rgb(208,93,29); }

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