Html Css Color HEX #DB7320 Tahiti Gold

📋 copy color: '#DB7320'

red 219 ◦ green 115 ◦ blue 32

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

Shades of Tahiti Gold #DB7320

Tints of Tahiti Gold #DB7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

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

R = 59.84%
G = 31.42%
B = 8.74%

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

#DB7320 (or 0xDB7320) is known color: Tahiti Gold. HEX triplet: DB, 73 and 20. RGB value is (219,115,32). Sum of RGB (Red+Green+Blue) = 219+115+32=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7320 is #248CDF. Grayscale: #898989. Windows color (decimal): -2395360 or 2126811. OLE color: 2126811.

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

Color convert

RGB 219 115 32 -
CMYK 0 0.47 0.85 0.14
HSL 26.63º 0.75% 0.49% -
HSV(B) 26.63º 0.85% 0.86% -
XYZ 35.6 27.43 4.78 -
YUV 136.63 68.96 186.75 -
System Red Green Blue C M Y K H S L
Decimal 219 115 32 0 0.47 0.85 0.14 26.63 0.75 0.49
Hex DB 73 20 0 2F 55 E 1B 4B 31
Octal 333 163 40 0 57 125 16 33 113 61
Binary 11011011 1110011 100000 0 101111 1010101 1110 11011 1001011 110001

Color Harmonies of #DB7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7320

Black with #DB7320

Text Example


Text Example

White with #DB7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7320; }

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

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

background-color css

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

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

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

border-color css

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

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

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