Html Css Color HEX #DB551B Chocolate

📋 copy color: '#DB551B'

red 219 ◦ green 85 ◦ blue 27

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

Shades of Chocolate #DB551B

Tints of Chocolate #DB551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 66.16%
G = 25.68%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB551B (or 0xDB551B) is known color: Chocolate. HEX triplet: DB, 55 and 1B. RGB value is (219,85,27). Sum of RGB (Red+Green+Blue) = 219+85+27=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB551B is #24AAE4. Grayscale: #767676. Windows color (decimal): -2403045 or 1791451. OLE color: 1791451.

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

Color convert

RGB 219 85 27 -
CMYK 0 0.61 0.88 0.14
HSL 18.13º 0.78% 0.48% -
HSV(B) 18.13º 0.88% 0.86% -
XYZ 32.66 21.64 3.49 -
YUV 118.45 76.39 199.72 -
System Red Green Blue C M Y K H S L
Decimal 219 85 27 0 0.61 0.88 0.14 18.13 0.78 0.48
Hex DB 55 1B 0 3D 58 E 12 4E 30
Octal 333 125 33 0 75 130 16 22 116 60
Binary 11011011 1010101 11011 0 111101 1011000 1110 10010 1001110 110000

Color Harmonies of #DB551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB551B

Black with #DB551B

Text Example


Text Example

White with #DB551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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