Html Css Color HEX #DB691A Chocolate

📋 copy color: '#DB691A'

red 219 ◦ green 105 ◦ blue 26

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

Shades of Chocolate #DB691A

Tints of Chocolate #DB691A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 62.57%
G = 30%
B = 7.43%

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

#DB691A (or 0xDB691A) is known color: Chocolate. HEX triplet: DB, 69 and 1A. RGB value is (219,105,26). Sum of RGB (Red+Green+Blue) = 219+105+26=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB691A is #2496E5. Grayscale: #828282. Windows color (decimal): -2397926 or 1731035. OLE color: 1731035.

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

Color convert

RGB 219 105 26 -
CMYK 0 0.52 0.88 0.14
HSL 24.56º 0.79% 0.48% -
HSV(B) 24.56º 0.88% 0.86% -
XYZ 34.45 25.24 4.03 -
YUV 130.08 69.27 191.42 -
System Red Green Blue C M Y K H S L
Decimal 219 105 26 0 0.52 0.88 0.14 24.56 0.79 0.48
Hex DB 69 1A 0 34 58 E 19 4F 30
Octal 333 151 32 0 64 130 16 31 117 60
Binary 11011011 1101001 11010 0 110100 1011000 1110 11001 1001111 110000

Color Harmonies of #DB691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB691A

Black with #DB691A

Text Example


Text Example

White with #DB691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB691A; }

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

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

background-color css

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

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

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

border-color css

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

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

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