Html Css Color HEX #D0541E Chocolate

📋 copy color: '#D0541E'

red 208 ◦ green 84 ◦ blue 30

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

Shades of Chocolate #D0541E

Tints of Chocolate #D0541E

RGB

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

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

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

R = 64.6%
G = 26.09%
B = 9.32%

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

#D0541E (or 0xD0541E) is known color: Chocolate. HEX triplet: D0, 54 and 1E. RGB value is (208,84,30). Sum of RGB (Red+Green+Blue) = 208+84+30=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0541E is #2FABE1. Grayscale: #737373. Windows color (decimal): -3124194 or 1987792. OLE color: 1987792.

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

Color convert

RGB 208 84 30 -
CMYK 0 0.60 0.86 0.18
HSL 18.2º 0.75% 0.47% -
HSV(B) 18.2º 0.86% 0.82% -
XYZ 29.42 19.84 3.51 -
YUV 114.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 208 84 30 0 0.60 0.86 0.18 18.2 0.75 0.47
Hex D0 54 1E 0 3C 56 12 12 4B 2F
Octal 320 124 36 0 74 126 22 22 113 57
Binary 11010000 1010100 11110 0 111100 1010110 10010 10010 1001011 101111

Color Harmonies of #D0541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0541E

Black with #D0541E

Text Example


Text Example

White with #D0541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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