Html Css Color HEX #DB7930 Tahiti Gold

📋 copy color: '#DB7930'

red 219 ◦ green 121 ◦ blue 48

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

Shades of Tahiti Gold #DB7930

Tints of Tahiti Gold #DB7930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.37%

R = 56.44%
G = 31.19%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB7930 (or 0xDB7930) is known color: Tahiti Gold. HEX triplet: DB, 79 and 30. RGB value is (219,121,48). Sum of RGB (Red+Green+Blue) = 219+121+48=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7930 is #2486CF. Grayscale: #8E8E8E. Windows color (decimal): -2393808 or 3176923. OLE color: 3176923.

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

Color convert

RGB 219 121 48 -
CMYK 0 0.45 0.78 0.14
HSL 25.61º 0.7% 0.52% -
HSV(B) 25.61º 0.78% 0.86% -
XYZ 36.58 28.95 6.46 -
YUV 141.98 74.97 182.94 -
System Red Green Blue C M Y K H S L
Decimal 219 121 48 0 0.45 0.78 0.14 25.61 0.7 0.52
Hex DB 79 30 0 2D 4E E 1A 46 34
Octal 333 171 60 0 55 116 16 32 106 64
Binary 11011011 1111001 110000 0 101101 1001110 1110 11010 1000110 110100

Color Harmonies of #DB7930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7930

Black with #DB7930

Text Example


Text Example

White with #DB7930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7930; }

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

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

background-color css

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

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

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

border-color css

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

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

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