Html Css Color HEX #DB761A Chocolate

📋 copy color: '#DB761A'

red 219 ◦ green 118 ◦ blue 26

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

Shades of Chocolate #DB761A

Tints of Chocolate #DB761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 60.33%
G = 32.51%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB761A (or 0xDB761A) is known color: Chocolate. HEX triplet: DB, 76 and 1A. RGB value is (219,118,26). Sum of RGB (Red+Green+Blue) = 219+118+26=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB761A is #2489E5. Grayscale: #8A8A8A. Windows color (decimal): -2394598 or 1734363. OLE color: 1734363.

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

Color convert

RGB 219 118 26 -
CMYK 0 0.46 0.88 0.14
HSL 28.6º 0.79% 0.48% -
HSV(B) 28.6º 0.88% 0.86% -
XYZ 35.88 28.09 4.51 -
YUV 137.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 219 118 26 0 0.46 0.88 0.14 28.6 0.79 0.48
Hex DB 76 1A 0 2E 58 E 1D 4F 30
Octal 333 166 32 0 56 130 16 35 117 60
Binary 11011011 1110110 11010 0 101110 1011000 1110 11101 1001111 110000

Color Harmonies of #DB761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB761A

Black with #DB761A

Text Example


Text Example

White with #DB761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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