Html Css Color HEX #DB601B Chocolate

📋 copy color: '#DB601B'

red 219 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #DB601B

Tints of Chocolate #DB601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 64.04%
G = 28.07%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB601B (or 0xDB601B) is known color: Chocolate. HEX triplet: DB, 60 and 1B. RGB value is (219,96,27). Sum of RGB (Red+Green+Blue) = 219+96+27=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB601B is #249FE4. Grayscale: #7D7D7D. Windows color (decimal): -2400229 or 1794267. OLE color: 1794267.

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

Color convert

RGB 219 96 27 -
CMYK 0 0.56 0.88 0.14
HSL 21.56º 0.78% 0.48% -
HSV(B) 21.56º 0.88% 0.86% -
XYZ 33.59 23.5 3.8 -
YUV 124.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 219 96 27 0 0.56 0.88 0.14 21.56 0.78 0.48
Hex DB 60 1B 0 38 58 E 16 4E 30
Octal 333 140 33 0 70 130 16 26 116 60
Binary 11011011 1100000 11011 0 111000 1011000 1110 10110 1001110 110000

Color Harmonies of #DB601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB601B

Black with #DB601B

Text Example


Text Example

White with #DB601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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