Html Css Color HEX #DB621B Chocolate

📋 copy color: '#DB621B'

red 219 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #DB621B

Tints of Chocolate #DB621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

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

R = 63.66%
G = 28.49%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB621B (or 0xDB621B) is known color: Chocolate. HEX triplet: DB, 62 and 1B. RGB value is (219,98,27). Sum of RGB (Red+Green+Blue) = 219+98+27=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB621B is #249DE4. Grayscale: #7E7E7E. Windows color (decimal): -2399717 or 1794779. OLE color: 1794779.

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

Color convert

RGB 219 98 27 -
CMYK 0 0.55 0.88 0.14
HSL 22.19º 0.78% 0.48% -
HSV(B) 22.19º 0.88% 0.86% -
XYZ 33.78 23.87 3.86 -
YUV 126.09 72.09 194.27 -
System Red Green Blue C M Y K H S L
Decimal 219 98 27 0 0.55 0.88 0.14 22.19 0.78 0.48
Hex DB 62 1B 0 37 58 E 16 4E 30
Octal 333 142 33 0 67 130 16 26 116 60
Binary 11011011 1100010 11011 0 110111 1011000 1110 10110 1001110 110000

Color Harmonies of #DB621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB621B

Black with #DB621B

Text Example


Text Example

White with #DB621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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