Html Css Color HEX #DB7525 Tahiti Gold

📋 copy color: '#DB7525'

red 219 ◦ green 117 ◦ blue 37

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

Shades of Tahiti Gold #DB7525

Tints of Tahiti Gold #DB7525

RGB

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

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

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

R = 58.71%
G = 31.37%
B = 9.92%

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

#DB7525 (or 0xDB7525) is known color: Tahiti Gold. HEX triplet: DB, 75 and 25. RGB value is (219,117,37). Sum of RGB (Red+Green+Blue) = 219+117+37=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7525 is #248ADA. Grayscale: #8A8A8A. Windows color (decimal): -2394843 or 2455003. OLE color: 2455003.

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

Color convert

RGB 219 117 37 -
CMYK 0 0.47 0.83 0.14
HSL 26.37º 0.72% 0.5% -
HSV(B) 26.37º 0.83% 0.86% -
XYZ 35.91 27.92 5.25 -
YUV 138.38 70.79 185.5 -
System Red Green Blue C M Y K H S L
Decimal 219 117 37 0 0.47 0.83 0.14 26.37 0.72 0.5
Hex DB 75 25 0 2F 53 E 1A 48 32
Octal 333 165 45 0 57 123 16 32 110 62
Binary 11011011 1110101 100101 0 101111 1010011 1110 11010 1001000 110010

Color Harmonies of #DB7525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7525

Black with #DB7525

Text Example


Text Example

White with #DB7525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7525; }

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

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

background-color css

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

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

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

border-color css

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

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

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