Html Css Color HEX #DB7A30 Tahiti Gold

📋 copy color: '#DB7A30'

red 219 ◦ green 122 ◦ blue 48

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

Shades of Tahiti Gold #DB7A30

Tints of Tahiti Gold #DB7A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.36%

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

R = 56.3%
G = 31.36%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB7A30 (or 0xDB7A30) is known color: Tahiti Gold. HEX triplet: DB, 7A and 30. RGB value is (219,122,48). Sum of RGB (Red+Green+Blue) = 219+122+48=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A30 is #2485CF. Grayscale: #8E8E8E. Windows color (decimal): -2393552 or 3177179. OLE color: 3177179.

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

Color convert

RGB 219 122 48 -
CMYK 0 0.44 0.78 0.14
HSL 25.96º 0.7% 0.52% -
HSV(B) 25.96º 0.78% 0.86% -
XYZ 36.71 29.19 6.5 -
YUV 142.57 74.64 182.52 -
System Red Green Blue C M Y K H S L
Decimal 219 122 48 0 0.44 0.78 0.14 25.96 0.7 0.52
Hex DB 7A 30 0 2C 4E E 1A 46 34
Octal 333 172 60 0 54 116 16 32 106 64
Binary 11011011 1111010 110000 0 101100 1001110 1110 11010 1000110 110100

Color Harmonies of #DB7A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A30

Black with #DB7A30

Text Example


Text Example

White with #DB7A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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