Html Css Color HEX #D0531B Chocolate

📋 copy color: '#D0531B'

red 208 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #D0531B

Tints of Chocolate #D0531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 65.41%
G = 26.1%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0531B (or 0xD0531B) is known color: Chocolate. HEX triplet: D0, 53 and 1B. RGB value is (208,83,27). Sum of RGB (Red+Green+Blue) = 208+83+27=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0531B is #2FACE4. Grayscale: #727272. Windows color (decimal): -3124453 or 1790928. OLE color: 1790928.

HSL color Cylindrical-coordinate representation of color #D0531B: hue angle of 18.56º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0531B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 27 -
CMYK 0 0.60 0.87 0.18
HSL 18.56º 0.77% 0.46% -
HSV(B) 18.56º 0.87% 0.82% -
XYZ 29.3 19.68 3.29 -
YUV 113.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 208 83 27 0 0.60 0.87 0.18 18.56 0.77 0.46
Hex D0 53 1B 0 3C 57 12 13 4D 2E
Octal 320 123 33 0 74 127 22 23 115 56
Binary 11010000 1010011 11011 0 111100 1010111 10010 10011 1001101 101110

Color Harmonies of #D0531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0531B

Black with #D0531B

Text Example


Text Example

White with #D0531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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