Html Css Color HEX #D0531D Chocolate

📋 copy color: '#D0531D'

red 208 ◦ green 83 ◦ blue 29

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

Shades of Chocolate #D0531D

Tints of Chocolate #D0531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 65%
G = 25.94%
B = 9.06%

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

#D0531D (or 0xD0531D) is known color: Chocolate. HEX triplet: D0, 53 and 1D. RGB value is (208,83,29). Sum of RGB (Red+Green+Blue) = 208+83+29=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0531D is #2FACE2. Grayscale: #727272. Windows color (decimal): -3124451 or 1922000. OLE color: 1922000.

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

Color convert

RGB 208 83 29 -
CMYK 0 0.60 0.86 0.18
HSL 18.1º 0.76% 0.46% -
HSV(B) 18.1º 0.86% 0.82% -
XYZ 29.33 19.69 3.42 -
YUV 114.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 208 83 29 0 0.60 0.86 0.18 18.1 0.76 0.46
Hex D0 53 1D 0 3C 56 12 12 4C 2E
Octal 320 123 35 0 74 126 22 22 114 56
Binary 11010000 1010011 11101 0 111100 1010110 10010 10010 1001100 101110

Color Harmonies of #D0531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0531D

Black with #D0531D

Text Example


Text Example

White with #D0531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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