Html Css Color HEX #DB791F Tahiti Gold

📋 copy color: '#DB791F'

red 219 ◦ green 121 ◦ blue 31

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

Shades of Tahiti Gold #DB791F

Tints of Tahiti Gold #DB791F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

 BLUE value IS 31 (12.5% from 255) = 8.36%

R = 59.03%
G = 32.61%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB791F (or 0xDB791F) is known color: Tahiti Gold. HEX triplet: DB, 79 and 1F. RGB value is (219,121,31). Sum of RGB (Red+Green+Blue) = 219+121+31=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB791F is #2486E0. Grayscale: #8C8C8C. Windows color (decimal): -2393825 or 2062811. OLE color: 2062811.

HSL color Cylindrical-coordinate representation of color #DB791F: hue angle of 28.72º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB791F is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 31 -
CMYK 0 0.45 0.86 0.14
HSL 28.72º 0.75% 0.49% -
HSV(B) 28.72º 0.86% 0.86% -
XYZ 36.3 28.83 4.95 -
YUV 140.04 66.47 184.32 -
System Red Green Blue C M Y K H S L
Decimal 219 121 31 0 0.45 0.86 0.14 28.72 0.75 0.49
Hex DB 79 1F 0 2D 56 E 1D 4B 31
Octal 333 171 37 0 55 126 16 35 113 61
Binary 11011011 1111001 11111 0 101101 1010110 1110 11101 1001011 110001

Color Harmonies of #DB791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB791F

Black with #DB791F

Text Example


Text Example

White with #DB791F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB791F; }

 p { color: rgb(219,121,31); }

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

background-color css

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

 a { background-color: rgb(219,121,31); }

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

border-color css

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

 span { border-color: rgb(219,121,31); }

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