Html Css Color HEX #DB7431 Tahiti Gold

📋 copy color: '#DB7431'

red 219 ◦ green 116 ◦ blue 49

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

Shades of Tahiti Gold #DB7431

Tints of Tahiti Gold #DB7431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

 BLUE value IS 49 (19.53% from 255) = 12.76%

R = 57.03%
G = 30.21%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB7431 (or 0xDB7431) is known color: Tahiti Gold. HEX triplet: DB, 74 and 31. RGB value is (219,116,49). Sum of RGB (Red+Green+Blue) = 219+116+49=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7431 is #248BCE. Grayscale: #8B8B8B. Windows color (decimal): -2395087 or 3241179. OLE color: 3241179.

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

Color convert

RGB 219 116 49 -
CMYK 0 0.47 0.78 0.14
HSL 23.65º 0.7% 0.53% -
HSV(B) 23.65º 0.78% 0.86% -
XYZ 36.01 27.77 6.37 -
YUV 139.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 219 116 49 0 0.47 0.78 0.14 23.65 0.7 0.53
Hex DB 74 31 0 2F 4E E 18 46 35
Octal 333 164 61 0 57 116 16 30 106 65
Binary 11011011 1110100 110001 0 101111 1001110 1110 11000 1000110 110101

Color Harmonies of #DB7431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7431

Black with #DB7431

Text Example


Text Example

White with #DB7431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7431; }

 p { color: rgb(219,116,49); }

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

background-color css

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

 a { background-color: rgb(219,116,49); }

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

border-color css

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

 span { border-color: rgb(219,116,49); }

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