Html Css Color HEX #DB7820 Tahiti Gold

📋 copy color: '#DB7820'

red 219 ◦ green 120 ◦ blue 32

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

Shades of Tahiti Gold #DB7820

Tints of Tahiti Gold #DB7820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 59.03%
G = 32.35%
B = 8.63%

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

#DB7820 (or 0xDB7820) is known color: Tahiti Gold. HEX triplet: DB, 78 and 20. RGB value is (219,120,32). Sum of RGB (Red+Green+Blue) = 219+120+32=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7820 is #2487DF. Grayscale: #8C8C8C. Windows color (decimal): -2394080 or 2128091. OLE color: 2128091.

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

Color convert

RGB 219 120 32 -
CMYK 0 0.45 0.85 0.14
HSL 28.24º 0.75% 0.49% -
HSV(B) 28.24º 0.85% 0.86% -
XYZ 36.19 28.6 4.98 -
YUV 139.57 67.3 184.66 -
System Red Green Blue C M Y K H S L
Decimal 219 120 32 0 0.45 0.85 0.14 28.24 0.75 0.49
Hex DB 78 20 0 2D 55 E 1C 4B 31
Octal 333 170 40 0 55 125 16 34 113 61
Binary 11011011 1111000 100000 0 101101 1010101 1110 11100 1001011 110001

Color Harmonies of #DB7820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7820

Black with #DB7820

Text Example


Text Example

White with #DB7820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7820; }

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

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

background-color css

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

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

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

border-color css

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

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

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