Html Css Color HEX #D0581D Chocolate

📋 copy color: '#D0581D'

red 208 ◦ green 88 ◦ blue 29

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

Shades of Chocolate #D0581D

Tints of Chocolate #D0581D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 64%
G = 27.08%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0581D (or 0xD0581D) is known color: Chocolate. HEX triplet: D0, 58 and 1D. RGB value is (208,88,29). Sum of RGB (Red+Green+Blue) = 208+88+29=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0581D is #2FA7E2. Grayscale: #757575. Windows color (decimal): -3123171 or 1923280. OLE color: 1923280.

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

Color convert

RGB 208 88 29 -
CMYK 0 0.58 0.86 0.18
HSL 19.78º 0.76% 0.46% -
HSV(B) 19.78º 0.86% 0.82% -
XYZ 29.72 20.48 3.55 -
YUV 117.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 208 88 29 0 0.58 0.86 0.18 19.78 0.76 0.46
Hex D0 58 1D 0 3A 56 12 14 4C 2E
Octal 320 130 35 0 72 126 22 24 114 56
Binary 11010000 1011000 11101 0 111010 1010110 10010 10100 1001100 101110

Color Harmonies of #D0581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0581D

Black with #D0581D

Text Example


Text Example

White with #D0581D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0581D; }

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

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

background-color css

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

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

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

border-color css

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

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

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