Html Css Color HEX #DB7520 Tahiti Gold

📋 copy color: '#DB7520'

red 219 ◦ green 117 ◦ blue 32

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

Shades of Tahiti Gold #DB7520

Tints of Tahiti Gold #DB7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

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

R = 59.51%
G = 31.79%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB7520 (or 0xDB7520) is known color: Tahiti Gold. HEX triplet: DB, 75 and 20. RGB value is (219,117,32). Sum of RGB (Red+Green+Blue) = 219+117+32=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7520 is #248ADF. Grayscale: #8A8A8A. Windows color (decimal): -2394848 or 2127323. OLE color: 2127323.

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

Color convert

RGB 219 117 32 -
CMYK 0 0.47 0.85 0.14
HSL 27.27º 0.75% 0.49% -
HSV(B) 27.27º 0.85% 0.86% -
XYZ 35.84 27.89 4.86 -
YUV 137.81 68.29 185.91 -
System Red Green Blue C M Y K H S L
Decimal 219 117 32 0 0.47 0.85 0.14 27.27 0.75 0.49
Hex DB 75 20 0 2F 55 E 1B 4B 31
Octal 333 165 40 0 57 125 16 33 113 61
Binary 11011011 1110101 100000 0 101111 1010101 1110 11011 1001011 110001

Color Harmonies of #DB7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7520

Black with #DB7520

Text Example


Text Example

White with #DB7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7520; }

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

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

background-color css

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

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

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

border-color css

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

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

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