Html Css Color HEX #DB531E Chocolate

📋 copy color: '#DB531E'

red 219 ◦ green 83 ◦ blue 30

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

Shades of Chocolate #DB531E

Tints of Chocolate #DB531E

RGB

 RED value IS 219 (85.94% from 255) = 65.96%

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

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

R = 65.96%
G = 25%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB531E (or 0xDB531E) is known color: Chocolate. HEX triplet: DB, 53 and 1E. RGB value is (219,83,30). Sum of RGB (Red+Green+Blue) = 219+83+30=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB531E is #24ACE1. Grayscale: #757575. Windows color (decimal): -2403554 or 1987547. OLE color: 1987547.

HSL color Cylindrical-coordinate representation of color #DB531E: hue angle of 16.83º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB531E is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 83 30 -
CMYK 0 0.62 0.86 0.14
HSL 16.83º 0.76% 0.49% -
HSV(B) 16.83º 0.86% 0.86% -
XYZ 32.54 21.34 3.63 -
YUV 117.62 78.56 200.31 -
System Red Green Blue C M Y K H S L
Decimal 219 83 30 0 0.62 0.86 0.14 16.83 0.76 0.49
Hex DB 53 1E 0 3E 56 E 11 4C 31
Octal 333 123 36 0 76 126 16 21 114 61
Binary 11011011 1010011 11110 0 111110 1010110 1110 10001 1001100 110001

Color Harmonies of #DB531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB531E

Black with #DB531E

Text Example


Text Example

White with #DB531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB531E; }

 p { color: rgb(219,83,30); }

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

background-color css

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

 a { background-color: rgb(219,83,30); }

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

border-color css

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

 span { border-color: rgb(219,83,30); }

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