Html Css Color HEX #DB551E Chocolate

📋 copy color: '#DB551E'

red 219 ◦ green 85 ◦ blue 30

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

Shades of Chocolate #DB551E

Tints of Chocolate #DB551E

RGB

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

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

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

R = 65.57%
G = 25.45%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB551E (or 0xDB551E) is known color: Chocolate. HEX triplet: DB, 55 and 1E. RGB value is (219,85,30). Sum of RGB (Red+Green+Blue) = 219+85+30=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB551E is #24AAE1. Grayscale: #777777. Windows color (decimal): -2403042 or 1988059. OLE color: 1988059.

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

Color convert

RGB 219 85 30 -
CMYK 0 0.61 0.86 0.14
HSL 17.46º 0.76% 0.49% -
HSV(B) 17.46º 0.86% 0.86% -
XYZ 32.7 21.65 3.68 -
YUV 118.8 77.89 199.47 -
System Red Green Blue C M Y K H S L
Decimal 219 85 30 0 0.61 0.86 0.14 17.46 0.76 0.49
Hex DB 55 1E 0 3D 56 E 11 4C 31
Octal 333 125 36 0 75 126 16 21 114 61
Binary 11011011 1010101 11110 0 111101 1010110 1110 10001 1001100 110001

Color Harmonies of #DB551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB551E

Black with #DB551E

Text Example


Text Example

White with #DB551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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