Html Css Color HEX #DB6A1A Chocolate

📋 copy color: '#DB6A1A'

red 219 ◦ green 106 ◦ blue 26

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

Shades of Chocolate #DB6A1A

Tints of Chocolate #DB6A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

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

R = 62.39%
G = 30.2%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB6A1A (or 0xDB6A1A) is known color: Chocolate. HEX triplet: DB, 6A and 1A. RGB value is (219,106,26). Sum of RGB (Red+Green+Blue) = 219+106+26=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A1A is #2495E5. Grayscale: #838383. Windows color (decimal): -2397670 or 1731291. OLE color: 1731291.

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

Color convert

RGB 219 106 26 -
CMYK 0 0.52 0.88 0.14
HSL 24.87º 0.79% 0.48% -
HSV(B) 24.87º 0.88% 0.86% -
XYZ 34.55 25.44 4.07 -
YUV 130.67 68.94 191 -
System Red Green Blue C M Y K H S L
Decimal 219 106 26 0 0.52 0.88 0.14 24.87 0.79 0.48
Hex DB 6A 1A 0 34 58 E 19 4F 30
Octal 333 152 32 0 64 130 16 31 117 60
Binary 11011011 1101010 11010 0 110100 1011000 1110 11001 1001111 110000

Color Harmonies of #DB6A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A1A

Black with #DB6A1A

Text Example


Text Example

White with #DB6A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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