Html Css Color HEX #DB8026 Tahiti Gold

📋 copy color: '#DB8026'

red 219 ◦ green 128 ◦ blue 38

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

Shades of Tahiti Gold #DB8026

Tints of Tahiti Gold #DB8026

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 56.88%
G = 33.25%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB8026 (or 0xDB8026) is known color: Tahiti Gold. HEX triplet: DB, 80 and 26. RGB value is (219,128,38). Sum of RGB (Red+Green+Blue) = 219+128+38=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8026 is #247FD9. Grayscale: #919191. Windows color (decimal): -2392026 or 2523355. OLE color: 2523355.

HSL color Cylindrical-coordinate representation of color #DB8026: hue angle of 29.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB8026 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 38 -
CMYK 0 0.42 0.83 0.14
HSL 29.83º 0.72% 0.5% -
HSV(B) 29.83º 0.83% 0.86% -
XYZ 37.28 30.64 5.78 -
YUV 144.95 67.65 180.82 -
System Red Green Blue C M Y K H S L
Decimal 219 128 38 0 0.42 0.83 0.14 29.83 0.72 0.5
Hex DB 80 26 0 2A 53 E 1E 48 32
Octal 333 200 46 0 52 123 16 36 110 62
Binary 11011011 10000000 100110 0 101010 1010011 1110 11110 1001000 110010

Color Harmonies of #DB8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8026

Black with #DB8026

Text Example


Text Example

White with #DB8026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8026; }

 p { color: rgb(219,128,38); }

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

background-color css

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

 a { background-color: rgb(219,128,38); }

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

border-color css

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

 span { border-color: rgb(219,128,38); }

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