Html Css Color HEX #DB7325 Tahiti Gold

📋 copy color: '#DB7325'

red 219 ◦ green 115 ◦ blue 37

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

Shades of Tahiti Gold #DB7325

Tints of Tahiti Gold #DB7325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 59.03%
G = 31%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB7325 (or 0xDB7325) is known color: Tahiti Gold. HEX triplet: DB, 73 and 25. RGB value is (219,115,37). Sum of RGB (Red+Green+Blue) = 219+115+37=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7325 is #248CDA. Grayscale: #898989. Windows color (decimal): -2395355 or 2454491. OLE color: 2454491.

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

Color convert

RGB 219 115 37 -
CMYK 0 0.47 0.83 0.14
HSL 25.71º 0.72% 0.5% -
HSV(B) 25.71º 0.83% 0.86% -
XYZ 35.68 27.46 5.17 -
YUV 137.2 71.46 186.34 -
System Red Green Blue C M Y K H S L
Decimal 219 115 37 0 0.47 0.83 0.14 25.71 0.72 0.5
Hex DB 73 25 0 2F 53 E 1A 48 32
Octal 333 163 45 0 57 123 16 32 110 62
Binary 11011011 1110011 100101 0 101111 1010011 1110 11010 1001000 110010

Color Harmonies of #DB7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7325

Black with #DB7325

Text Example


Text Example

White with #DB7325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7325; }

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

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

background-color css

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

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

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

border-color css

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

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

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