Html Css Color HEX #DB611C Chocolate

📋 copy color: '#DB611C'

red 219 ◦ green 97 ◦ blue 28

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

Shades of Chocolate #DB611C

Tints of Chocolate #DB611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 63.66%
G = 28.2%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB611C (or 0xDB611C) is known color: Chocolate. HEX triplet: DB, 61 and 1C. RGB value is (219,97,28). Sum of RGB (Red+Green+Blue) = 219+97+28=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB611C is #249EE3. Grayscale: #7E7E7E. Windows color (decimal): -2399972 or 1860059. OLE color: 1860059.

HSL color Cylindrical-coordinate representation of color #DB611C: hue angle of 21.68º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB611C is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 97 28 -
CMYK 0 0.56 0.87 0.14
HSL 21.68º 0.77% 0.48% -
HSV(B) 21.68º 0.87% 0.86% -
XYZ 33.7 23.69 3.9 -
YUV 125.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 219 97 28 0 0.56 0.87 0.14 21.68 0.77 0.48
Hex DB 61 1C 0 38 57 E 16 4D 30
Octal 333 141 34 0 70 127 16 26 115 60
Binary 11011011 1100001 11100 0 111000 1010111 1110 10110 1001101 110000

Color Harmonies of #DB611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB611C

Black with #DB611C

Text Example


Text Example

White with #DB611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB611C; }

 p { color: rgb(219,97,28); }

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

background-color css

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

 a { background-color: rgb(219,97,28); }

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

border-color css

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

 span { border-color: rgb(219,97,28); }

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