Html Css Color HEX #DB641C Chocolate

📋 copy color: '#DB641C'

red 219 ◦ green 100 ◦ blue 28

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

Shades of Chocolate #DB641C

Tints of Chocolate #DB641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 63.11%
G = 28.82%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB641C (or 0xDB641C) is known color: Chocolate. HEX triplet: DB, 64 and 1C. RGB value is (219,100,28). Sum of RGB (Red+Green+Blue) = 219+100+28=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB641C is #249BE3. Grayscale: #7F7F7F. Windows color (decimal): -2399204 or 1860827. OLE color: 1860827.

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

Color convert

RGB 219 100 28 -
CMYK 0 0.54 0.87 0.14
HSL 22.62º 0.77% 0.48% -
HSV(B) 22.62º 0.87% 0.86% -
XYZ 33.98 24.26 3.99 -
YUV 127.37 71.92 193.35 -
System Red Green Blue C M Y K H S L
Decimal 219 100 28 0 0.54 0.87 0.14 22.62 0.77 0.48
Hex DB 64 1C 0 36 57 E 17 4D 30
Octal 333 144 34 0 66 127 16 27 115 60
Binary 11011011 1100100 11100 0 110110 1010111 1110 10111 1001101 110000

Color Harmonies of #DB641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB641C

Black with #DB641C

Text Example


Text Example

White with #DB641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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