Html Css Color HEX #D0541D Chocolate

📋 copy color: '#D0541D'

red 208 ◦ green 84 ◦ blue 29

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

Shades of Chocolate #D0541D

Tints of Chocolate #D0541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 64.8%
G = 26.17%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0541D (or 0xD0541D) is known color: Chocolate. HEX triplet: D0, 54 and 1D. RGB value is (208,84,29). Sum of RGB (Red+Green+Blue) = 208+84+29=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0541D is #2FABE2. Grayscale: #737373. Windows color (decimal): -3124195 or 1922256. OLE color: 1922256.

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

Color convert

RGB 208 84 29 -
CMYK 0 0.60 0.86 0.18
HSL 18.44º 0.76% 0.46% -
HSV(B) 18.44º 0.86% 0.82% -
XYZ 29.4 19.84 3.44 -
YUV 114.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 208 84 29 0 0.60 0.86 0.18 18.44 0.76 0.46
Hex D0 54 1D 0 3C 56 12 12 4C 2E
Octal 320 124 35 0 74 126 22 22 114 56
Binary 11010000 1010100 11101 0 111100 1010110 10010 10010 1001100 101110

Color Harmonies of #D0541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0541D

Black with #D0541D

Text Example


Text Example

White with #D0541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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