Html Css Color HEX #DB641B Chocolate

📋 copy color: '#DB641B'

red 219 ◦ green 100 ◦ blue 27

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

Shades of Chocolate #DB641B

Tints of Chocolate #DB641B

RGB

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

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

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

R = 63.29%
G = 28.9%
B = 7.8%

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

#DB641B (or 0xDB641B) is known color: Chocolate. HEX triplet: DB, 64 and 1B. RGB value is (219,100,27). Sum of RGB (Red+Green+Blue) = 219+100+27=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB641B is #249BE4. Grayscale: #7F7F7F. Windows color (decimal): -2399205 or 1795291. OLE color: 1795291.

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

Color convert

RGB 219 100 27 -
CMYK 0 0.54 0.88 0.14
HSL 22.81º 0.78% 0.48% -
HSV(B) 22.81º 0.88% 0.86% -
XYZ 33.97 24.25 3.93 -
YUV 127.26 71.42 193.44 -
System Red Green Blue C M Y K H S L
Decimal 219 100 27 0 0.54 0.88 0.14 22.81 0.78 0.48
Hex DB 64 1B 0 36 58 E 17 4E 30
Octal 333 144 33 0 66 130 16 27 116 60
Binary 11011011 1100100 11011 0 110110 1011000 1110 10111 1001110 110000

Color Harmonies of #DB641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB641B

Black with #DB641B

Text Example


Text Example

White with #DB641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB641B; }

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

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

background-color css

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

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

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

border-color css

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

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

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