Html Css Color HEX #DB7120 Tahiti Gold

📋 copy color: '#DB7120'

red 219 ◦ green 113 ◦ blue 32

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

Shades of Tahiti Gold #DB7120

Tints of Tahiti Gold #DB7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 60.16%
G = 31.04%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7120 (or 0xDB7120) is known color: Tahiti Gold. HEX triplet: DB, 71 and 20. RGB value is (219,113,32). Sum of RGB (Red+Green+Blue) = 219+113+32=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7120 is #248EDF. Grayscale: #878787. Windows color (decimal): -2395872 or 2126299. OLE color: 2126299.

HSL color Cylindrical-coordinate representation of color #DB7120: hue angle of 25.99º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB7120 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 32 -
CMYK 0 0.48 0.85 0.14
HSL 25.99º 0.75% 0.49% -
HSV(B) 25.99º 0.85% 0.86% -
XYZ 35.38 26.97 4.71 -
YUV 135.46 69.62 187.59 -
System Red Green Blue C M Y K H S L
Decimal 219 113 32 0 0.48 0.85 0.14 25.99 0.75 0.49
Hex DB 71 20 0 30 55 E 1A 4B 31
Octal 333 161 40 0 60 125 16 32 113 61
Binary 11011011 1110001 100000 0 110000 1010101 1110 11010 1001011 110001

Color Harmonies of #DB7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7120

Black with #DB7120

Text Example


Text Example

White with #DB7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7120; }

 p { color: rgb(219,113,32); }

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

background-color css

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

 a { background-color: rgb(219,113,32); }

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

border-color css

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

 span { border-color: rgb(219,113,32); }

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