Html Css Color HEX #DB7720 Tahiti Gold

📋 copy color: '#DB7720'

red 219 ◦ green 119 ◦ blue 32

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

Shades of Tahiti Gold #DB7720

Tints of Tahiti Gold #DB7720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

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

R = 59.19%
G = 32.16%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7720 (or 0xDB7720) is known color: Tahiti Gold. HEX triplet: DB, 77 and 20. RGB value is (219,119,32). Sum of RGB (Red+Green+Blue) = 219+119+32=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7720 is #2488DF. Grayscale: #8B8B8B. Windows color (decimal): -2394336 or 2127835. OLE color: 2127835.

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

Color convert

RGB 219 119 32 -
CMYK 0 0.46 0.85 0.14
HSL 27.91º 0.75% 0.49% -
HSV(B) 27.91º 0.85% 0.86% -
XYZ 36.07 28.36 4.94 -
YUV 138.98 67.63 185.07 -
System Red Green Blue C M Y K H S L
Decimal 219 119 32 0 0.46 0.85 0.14 27.91 0.75 0.49
Hex DB 77 20 0 2E 55 E 1C 4B 31
Octal 333 167 40 0 56 125 16 34 113 61
Binary 11011011 1110111 100000 0 101110 1010101 1110 11100 1001011 110001

Color Harmonies of #DB7720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7720

Black with #DB7720

Text Example


Text Example

White with #DB7720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7720; }

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

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

background-color css

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

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

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

border-color css

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

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

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