Html Css Color HEX #DB531B Chocolate

📋 copy color: '#DB531B'

red 219 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #DB531B

Tints of Chocolate #DB531B

RGB

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

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

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

R = 66.57%
G = 25.23%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB531B (or 0xDB531B) is known color: Chocolate. HEX triplet: DB, 53 and 1B. RGB value is (219,83,27). Sum of RGB (Red+Green+Blue) = 219+83+27=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB531B is #24ACE4. Grayscale: #757575. Windows color (decimal): -2403557 or 1790939. OLE color: 1790939.

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

Color convert

RGB 219 83 27 -
CMYK 0 0.62 0.88 0.14
HSL 17.5º 0.78% 0.48% -
HSV(B) 17.5º 0.88% 0.86% -
XYZ 32.5 21.33 3.44 -
YUV 117.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 219 83 27 0 0.62 0.88 0.14 17.5 0.78 0.48
Hex DB 53 1B 0 3E 58 E 12 4E 30
Octal 333 123 33 0 76 130 16 22 116 60
Binary 11011011 1010011 11011 0 111110 1011000 1110 10010 1001110 110000

Color Harmonies of #DB531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB531B

Black with #DB531B

Text Example


Text Example

White with #DB531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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