Html Css Color HEX #D05D1E Chocolate

📋 copy color: '#D05D1E'

red 208 ◦ green 93 ◦ blue 30

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

Shades of Chocolate #D05D1E

Tints of Chocolate #D05D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 62.84%
G = 28.1%
B = 9.06%

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

#D05D1E (or 0xD05D1E) is known color: Chocolate. HEX triplet: D0, 5D and 1E. RGB value is (208,93,30). Sum of RGB (Red+Green+Blue) = 208+93+30=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D1E is #2FA2E1. Grayscale: #787878. Windows color (decimal): -3121890 or 1990096. OLE color: 1990096.

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

Color convert

RGB 208 93 30 -
CMYK 0 0.55 0.86 0.18
HSL 21.24º 0.75% 0.47% -
HSV(B) 21.24º 0.86% 0.82% -
XYZ 30.16 21.33 3.76 -
YUV 120.2 77.1 190.62 -
System Red Green Blue C M Y K H S L
Decimal 208 93 30 0 0.55 0.86 0.18 21.24 0.75 0.47
Hex D0 5D 1E 0 37 56 12 15 4B 2F
Octal 320 135 36 0 67 126 22 25 113 57
Binary 11010000 1011101 11110 0 110111 1010110 10010 10101 1001011 101111

Color Harmonies of #D05D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05D1E

Black with #D05D1E

Text Example


Text Example

White with #D05D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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