Html Css Color HEX #DB7331 Tahiti Gold

📋 copy color: '#DB7331'

red 219 ◦ green 115 ◦ blue 49

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

Shades of Tahiti Gold #DB7331

Tints of Tahiti Gold #DB7331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

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

R = 57.18%
G = 30.03%
B = 12.79%

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

#DB7331 (or 0xDB7331) is known color: Tahiti Gold. HEX triplet: DB, 73 and 31. RGB value is (219,115,49). Sum of RGB (Red+Green+Blue) = 219+115+49=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7331 is #248CCE. Grayscale: #8A8A8A. Windows color (decimal): -2395343 or 3240923. OLE color: 3240923.

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

Color convert

RGB 219 115 49 -
CMYK 0 0.47 0.78 0.14
HSL 23.29º 0.7% 0.53% -
HSV(B) 23.29º 0.78% 0.86% -
XYZ 35.9 27.54 6.33 -
YUV 138.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 219 115 49 0 0.47 0.78 0.14 23.29 0.7 0.53
Hex DB 73 31 0 2F 4E E 17 46 35
Octal 333 163 61 0 57 116 16 27 106 65
Binary 11011011 1110011 110001 0 101111 1001110 1110 10111 1000110 110101

Color Harmonies of #DB7331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7331

Black with #DB7331

Text Example


Text Example

White with #DB7331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7331; }

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

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

background-color css

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

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

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

border-color css

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

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

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