Html Css Color HEX #DB511B Chocolate

📋 copy color: '#DB511B'

red 219 ◦ green 81 ◦ blue 27

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

Shades of Chocolate #DB511B

Tints of Chocolate #DB511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

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

R = 66.97%
G = 24.77%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB511B (or 0xDB511B) is known color: Chocolate. HEX triplet: DB, 51 and 1B. RGB value is (219,81,27). Sum of RGB (Red+Green+Blue) = 219+81+27=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB511B is #24AEE4. Grayscale: #747474. Windows color (decimal): -2404069 or 1790427. OLE color: 1790427.

HSL color Cylindrical-coordinate representation of color #DB511B: hue angle of 16.88º 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 #DB511B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 27 -
CMYK 0 0.63 0.88 0.14
HSL 16.88º 0.78% 0.48% -
HSV(B) 16.88º 0.88% 0.86% -
XYZ 32.35 21.02 3.39 -
YUV 116.11 77.72 201.39 -
System Red Green Blue C M Y K H S L
Decimal 219 81 27 0 0.63 0.88 0.14 16.88 0.78 0.48
Hex DB 51 1B 0 3F 58 E 11 4E 30
Octal 333 121 33 0 77 130 16 21 116 60
Binary 11011011 1010001 11011 0 111111 1011000 1110 10001 1001110 110000

Color Harmonies of #DB511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB511B

Black with #DB511B

Text Example


Text Example

White with #DB511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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