Html Css Color HEX #DA7525 Tahiti Gold

📋 copy color: '#DA7525'

red 218 ◦ green 117 ◦ blue 37

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

Shades of Tahiti Gold #DA7525

Tints of Tahiti Gold #DA7525

RGB

 RED value IS 218 (85.55% from 255) = 58.6%

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

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

R = 58.6%
G = 31.45%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA7525 (or 0xDA7525) is known color: Tahiti Gold. HEX triplet: DA, 75 and 25. RGB value is (218,117,37). Sum of RGB (Red+Green+Blue) = 218+117+37=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7525 is #258ADA. Grayscale: #8A8A8A. Windows color (decimal): -2460379 or 2455002. OLE color: 2455002.

HSL color Cylindrical-coordinate representation of color #DA7525: hue angle of 26.52º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA7525 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 37 -
CMYK 0 0.46 0.83 0.15
HSL 26.52º 0.71% 0.5% -
HSV(B) 26.52º 0.83% 0.85% -
XYZ 35.61 27.76 5.23 -
YUV 138.08 70.96 185 -
System Red Green Blue C M Y K H S L
Decimal 218 117 37 0 0.46 0.83 0.15 26.52 0.71 0.5
Hex DA 75 25 0 2E 53 F 1B 47 32
Octal 332 165 45 0 56 123 17 33 107 62
Binary 11011010 1110101 100101 0 101110 1010011 1111 11011 1000111 110010

Color Harmonies of #DA7525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7525

Black with #DA7525

Text Example


Text Example

White with #DA7525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7525; }

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

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

background-color css

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

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

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

border-color css

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

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

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