Html Css Color HEX #DB8024 Tahiti Gold

📋 copy color: '#DB8024'

red 219 ◦ green 128 ◦ blue 36

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

Shades of Tahiti Gold #DB8024

Tints of Tahiti Gold #DB8024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.4%

R = 57.18%
G = 33.42%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB8024 (or 0xDB8024) is known color: Tahiti Gold. HEX triplet: DB, 80 and 24. RGB value is (219,128,36). Sum of RGB (Red+Green+Blue) = 219+128+36=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8024 is #247FDB. Grayscale: #919191. Windows color (decimal): -2392028 or 2392283. OLE color: 2392283.

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

Color convert

RGB 219 128 36 -
CMYK 0 0.42 0.84 0.14
HSL 30.16º 0.72% 0.5% -
HSV(B) 30.16º 0.84% 0.86% -
XYZ 37.25 30.63 5.62 -
YUV 144.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 219 128 36 0 0.42 0.84 0.14 30.16 0.72 0.5
Hex DB 80 24 0 2A 54 E 1E 48 32
Octal 333 200 44 0 52 124 16 36 110 62
Binary 11011011 10000000 100100 0 101010 1010100 1110 11110 1001000 110010

Color Harmonies of #DB8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8024

Black with #DB8024

Text Example


Text Example

White with #DB8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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