Html Css Color HEX #DB7322 Tahiti Gold

📋 copy color: '#DB7322'

red 219 ◦ green 115 ◦ blue 34

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

Shades of Tahiti Gold #DB7322

Tints of Tahiti Gold #DB7322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.24%

R = 59.51%
G = 31.25%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB7322 (or 0xDB7322) is known color: Tahiti Gold. HEX triplet: DB, 73 and 22. RGB value is (219,115,34). Sum of RGB (Red+Green+Blue) = 219+115+34=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7322 is #248CDD. Grayscale: #898989. Windows color (decimal): -2395358 or 2257883. OLE color: 2257883.

HSL color Cylindrical-coordinate representation of color #DB7322: hue angle of 26.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB7322 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 115 34 -
CMYK 0 0.47 0.84 0.14
HSL 26.27º 0.73% 0.5% -
HSV(B) 26.27º 0.84% 0.86% -
XYZ 35.63 27.44 4.93 -
YUV 136.86 69.96 186.59 -
System Red Green Blue C M Y K H S L
Decimal 219 115 34 0 0.47 0.84 0.14 26.27 0.73 0.5
Hex DB 73 22 0 2F 54 E 1A 49 32
Octal 333 163 42 0 57 124 16 32 111 62
Binary 11011011 1110011 100010 0 101111 1010100 1110 11010 1001001 110010

Color Harmonies of #DB7322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7322

Black with #DB7322

Text Example


Text Example

White with #DB7322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7322; }

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

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

background-color css

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

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

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

border-color css

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

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

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