Html Css Color HEX #DB7530 Tahiti Gold

📋 copy color: '#DB7530'

red 219 ◦ green 117 ◦ blue 48

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

Shades of Tahiti Gold #DB7530

Tints of Tahiti Gold #DB7530

RGB

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

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

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

R = 57.03%
G = 30.47%
B = 12.5%

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

#DB7530 (or 0xDB7530) is known color: Tahiti Gold. HEX triplet: DB, 75 and 30. RGB value is (219,117,48). Sum of RGB (Red+Green+Blue) = 219+117+48=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7530 is #248ACF. Grayscale: #8C8C8C. Windows color (decimal): -2394832 or 3175899. OLE color: 3175899.

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

Color convert

RGB 219 117 48 -
CMYK 0 0.47 0.78 0.14
HSL 24.21º 0.7% 0.52% -
HSV(B) 24.21º 0.78% 0.86% -
XYZ 36.11 28 6.3 -
YUV 139.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 219 117 48 0 0.47 0.78 0.14 24.21 0.7 0.52
Hex DB 75 30 0 2F 4E E 18 46 34
Octal 333 165 60 0 57 116 16 30 106 64
Binary 11011011 1110101 110000 0 101111 1001110 1110 11000 1000110 110100

Color Harmonies of #DB7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7530

Black with #DB7530

Text Example


Text Example

White with #DB7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7530; }

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

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

background-color css

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

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

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

border-color css

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

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

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