Html Css Color HEX #D05A1D Chocolate

📋 copy color: '#D05A1D'

red 208 ◦ green 90 ◦ blue 29

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

Shades of Chocolate #D05A1D

Tints of Chocolate #D05A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 63.61%
G = 27.52%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D05A1D (or 0xD05A1D) is known color: Chocolate. HEX triplet: D0, 5A and 1D. RGB value is (208,90,29). Sum of RGB (Red+Green+Blue) = 208+90+29=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A1D is #2FA5E2. Grayscale: #767676. Windows color (decimal): -3122659 or 1923792. OLE color: 1923792.

HSL color Cylindrical-coordinate representation of color #D05A1D: hue angle of 20.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 #D05A1D is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 90 29 -
CMYK 0 0.57 0.86 0.18
HSL 20.45º 0.76% 0.46% -
HSV(B) 20.45º 0.86% 0.82% -
XYZ 29.89 20.81 3.6 -
YUV 118.33 77.59 191.96 -
System Red Green Blue C M Y K H S L
Decimal 208 90 29 0 0.57 0.86 0.18 20.45 0.76 0.46
Hex D0 5A 1D 0 39 56 12 14 4C 2E
Octal 320 132 35 0 71 126 22 24 114 56
Binary 11010000 1011010 11101 0 111001 1010110 10010 10100 1001100 101110

Color Harmonies of #D05A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A1D

Black with #D05A1D

Text Example


Text Example

White with #D05A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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