Html Css Color HEX #DB7920 Tahiti Gold

📋 copy color: '#DB7920'

red 219 ◦ green 121 ◦ blue 32

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

Shades of Tahiti Gold #DB7920

Tints of Tahiti Gold #DB7920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.53%

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

R = 58.87%
G = 32.53%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7920 (or 0xDB7920) is known color: Tahiti Gold. HEX triplet: DB, 79 and 20. RGB value is (219,121,32). Sum of RGB (Red+Green+Blue) = 219+121+32=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7920 is #2486DF. Grayscale: #8C8C8C. Windows color (decimal): -2393824 or 2128347. OLE color: 2128347.

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

Color convert

RGB 219 121 32 -
CMYK 0 0.45 0.85 0.14
HSL 28.56º 0.75% 0.49% -
HSV(B) 28.56º 0.85% 0.86% -
XYZ 36.31 28.84 5.02 -
YUV 140.16 66.97 184.24 -
System Red Green Blue C M Y K H S L
Decimal 219 121 32 0 0.45 0.85 0.14 28.56 0.75 0.49
Hex DB 79 20 0 2D 55 E 1D 4B 31
Octal 333 171 40 0 55 125 16 35 113 61
Binary 11011011 1111001 100000 0 101101 1010101 1110 11101 1001011 110001

Color Harmonies of #DB7920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7920

Black with #DB7920

Text Example


Text Example

White with #DB7920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7920; }

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

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

background-color css

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

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

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

border-color css

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

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

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