Html Css Color HEX #DB8126 Tahiti Gold

📋 copy color: '#DB8126'

red 219 ◦ green 129 ◦ blue 38

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

Shades of Tahiti Gold #DB8126

Tints of Tahiti Gold #DB8126

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 56.74%
G = 33.42%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB8126 (or 0xDB8126) is known color: Tahiti Gold. HEX triplet: DB, 81 and 26. RGB value is (219,129,38). Sum of RGB (Red+Green+Blue) = 219+129+38=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8126 is #247ED9. Grayscale: #919191. Windows color (decimal): -2391770 or 2523611. OLE color: 2523611.

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

Color convert

RGB 219 129 38 -
CMYK 0 0.41 0.83 0.14
HSL 30.17º 0.72% 0.5% -
HSV(B) 30.17º 0.83% 0.86% -
XYZ 37.41 30.9 5.83 -
YUV 145.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 219 129 38 0 0.41 0.83 0.14 30.17 0.72 0.5
Hex DB 81 26 0 29 53 E 1E 48 32
Octal 333 201 46 0 51 123 16 36 110 62
Binary 11011011 10000001 100110 0 101001 1010011 1110 11110 1001000 110010

Color Harmonies of #DB8126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8126

Black with #DB8126

Text Example


Text Example

White with #DB8126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8126; }

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

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

background-color css

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

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

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

border-color css

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

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

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