Html Css Color HEX #DB7531 Tahiti Gold

📋 copy color: '#DB7531'

red 219 ◦ green 117 ◦ blue 49

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

Shades of Tahiti Gold #DB7531

Tints of Tahiti Gold #DB7531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 56.88%
G = 30.39%
B = 12.73%

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

#DB7531 (or 0xDB7531) is known color: Tahiti Gold. HEX triplet: DB, 75 and 31. RGB value is (219,117,49). Sum of RGB (Red+Green+Blue) = 219+117+49=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7531 is #248ACE. Grayscale: #8C8C8C. Windows color (decimal): -2394831 or 3241435. OLE color: 3241435.

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

Color convert

RGB 219 117 49 -
CMYK 0 0.47 0.78 0.14
HSL 24º 0.7% 0.53% -
HSV(B) 24º 0.78% 0.86% -
XYZ 36.13 28 6.41 -
YUV 139.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 219 117 49 0 0.47 0.78 0.14 24 0.7 0.53
Hex DB 75 31 0 2F 4E E 18 46 35
Octal 333 165 61 0 57 116 16 30 106 65
Binary 11011011 1110101 110001 0 101111 1001110 1110 11000 1000110 110101

Color Harmonies of #DB7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7531

Black with #DB7531

Text Example


Text Example

White with #DB7531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7531; }

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

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

background-color css

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

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

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

border-color css

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

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

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