Html Css Color HEX #DB7030 Tahiti Gold

📋 copy color: '#DB7030'

red 219 ◦ green 112 ◦ blue 48

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

Shades of Tahiti Gold #DB7030

Tints of Tahiti Gold #DB7030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.55%

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

R = 57.78%
G = 29.55%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB7030 (or 0xDB7030) is known color: Tahiti Gold. HEX triplet: DB, 70 and 30. RGB value is (219,112,48). Sum of RGB (Red+Green+Blue) = 219+112+48=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7030 is #248FCF. Grayscale: #898989. Windows color (decimal): -2396112 or 3174619. OLE color: 3174619.

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

Color convert

RGB 219 112 48 -
CMYK 0 0.49 0.78 0.14
HSL 22.46º 0.7% 0.52% -
HSV(B) 22.46º 0.78% 0.86% -
XYZ 35.54 26.86 6.11 -
YUV 136.7 77.95 186.7 -
System Red Green Blue C M Y K H S L
Decimal 219 112 48 0 0.49 0.78 0.14 22.46 0.7 0.52
Hex DB 70 30 0 31 4E E 16 46 34
Octal 333 160 60 0 61 116 16 26 106 64
Binary 11011011 1110000 110000 0 110001 1001110 1110 10110 1000110 110100

Color Harmonies of #DB7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7030

Black with #DB7030

Text Example


Text Example

White with #DB7030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7030; }

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

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

background-color css

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

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

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

border-color css

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

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

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