Html Css Color HEX #DB8127 Tahiti Gold

📋 copy color: '#DB8127'

red 219 ◦ green 129 ◦ blue 39

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

Shades of Tahiti Gold #DB8127

Tints of Tahiti Gold #DB8127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.08%

R = 56.59%
G = 33.33%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB8127 (or 0xDB8127) is known color: Tahiti Gold. HEX triplet: DB, 81 and 27. RGB value is (219,129,39). Sum of RGB (Red+Green+Blue) = 219+129+39=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8127 is #247ED8. Grayscale: #929292. Windows color (decimal): -2391769 or 2589147. OLE color: 2589147.

HSL color Cylindrical-coordinate representation of color #DB8127: hue angle of 30º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB8127 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 39 -
CMYK 0 0.41 0.82 0.14
HSL 30º 0.71% 0.51% -
HSV(B) 30º 0.82% 0.86% -
XYZ 37.43 30.91 5.91 -
YUV 145.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 219 129 39 0 0.41 0.82 0.14 30 0.71 0.51
Hex DB 81 27 0 29 52 E 1E 47 33
Octal 333 201 47 0 51 122 16 36 107 63
Binary 11011011 10000001 100111 0 101001 1010010 1110 11110 1000111 110011

Color Harmonies of #DB8127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8127

Black with #DB8127

Text Example


Text Example

White with #DB8127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8127; }

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

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

background-color css

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

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

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

border-color css

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

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

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