Html Css Color HEX #DB7324 Tahiti Gold

📋 copy color: '#DB7324'

red 219 ◦ green 115 ◦ blue 36

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

Shades of Tahiti Gold #DB7324

Tints of Tahiti Gold #DB7324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.73%

R = 59.19%
G = 31.08%
B = 9.73%

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

#DB7324 (or 0xDB7324) is known color: Tahiti Gold. HEX triplet: DB, 73 and 24. RGB value is (219,115,36). Sum of RGB (Red+Green+Blue) = 219+115+36=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7324 is #248CDB. Grayscale: #898989. Windows color (decimal): -2395356 or 2388955. OLE color: 2388955.

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

Color convert

RGB 219 115 36 -
CMYK 0 0.47 0.84 0.14
HSL 25.9º 0.72% 0.5% -
HSV(B) 25.9º 0.84% 0.86% -
XYZ 35.66 27.45 5.09 -
YUV 137.09 70.96 186.42 -
System Red Green Blue C M Y K H S L
Decimal 219 115 36 0 0.47 0.84 0.14 25.9 0.72 0.5
Hex DB 73 24 0 2F 54 E 1A 48 32
Octal 333 163 44 0 57 124 16 32 110 62
Binary 11011011 1110011 100100 0 101111 1010100 1110 11010 1001000 110010

Color Harmonies of #DB7324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7324

Black with #DB7324

Text Example


Text Example

White with #DB7324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7324; }

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

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

background-color css

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

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

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

border-color css

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

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

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