Html Css Color HEX #DB641A Chocolate

📋 copy color: '#DB641A'

red 219 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #DB641A

Tints of Chocolate #DB641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 63.48%
G = 28.99%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB641A (or 0xDB641A) is known color: Chocolate. HEX triplet: DB, 64 and 1A. RGB value is (219,100,26). Sum of RGB (Red+Green+Blue) = 219+100+26=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB641A is #249BE5. Grayscale: #7F7F7F. Windows color (decimal): -2399206 or 1729755. OLE color: 1729755.

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

Color convert

RGB 219 100 26 -
CMYK 0 0.54 0.88 0.14
HSL 23.01º 0.79% 0.48% -
HSV(B) 23.01º 0.88% 0.86% -
XYZ 33.96 24.25 3.87 -
YUV 127.15 70.92 193.52 -
System Red Green Blue C M Y K H S L
Decimal 219 100 26 0 0.54 0.88 0.14 23.01 0.79 0.48
Hex DB 64 1A 0 36 58 E 17 4F 30
Octal 333 144 32 0 66 130 16 27 117 60
Binary 11011011 1100100 11010 0 110110 1011000 1110 10111 1001111 110000

Color Harmonies of #DB641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB641A

Black with #DB641A

Text Example


Text Example

White with #DB641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB641A; }

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

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

background-color css

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

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

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

border-color css

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

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

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