Html Css Color HEX #DA7524 Tahiti Gold

📋 copy color: '#DA7524'

red 218 ◦ green 117 ◦ blue 36

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

Shades of Tahiti Gold #DA7524

Tints of Tahiti Gold #DA7524

RGB

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

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

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

R = 58.76%
G = 31.54%
B = 9.7%

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

#DA7524 (or 0xDA7524) is known color: Tahiti Gold. HEX triplet: DA, 75 and 24. RGB value is (218,117,36). Sum of RGB (Red+Green+Blue) = 218+117+36=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7524 is #258ADB. Grayscale: #8A8A8A. Windows color (decimal): -2460380 or 2389466. OLE color: 2389466.

HSL color Cylindrical-coordinate representation of color #DA7524: hue angle of 26.7º degrees, saturation: 0.72, 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 #DA7524 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 36 -
CMYK 0 0.46 0.83 0.15
HSL 26.7º 0.72% 0.5% -
HSV(B) 26.7º 0.83% 0.85% -
XYZ 35.59 27.76 5.15 -
YUV 137.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 218 117 36 0 0.46 0.83 0.15 26.7 0.72 0.5
Hex DA 75 24 0 2E 53 F 1B 48 32
Octal 332 165 44 0 56 123 17 33 110 62
Binary 11011010 1110101 100100 0 101110 1010011 1111 11011 1001000 110010

Color Harmonies of #DA7524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7524

Black with #DA7524

Text Example


Text Example

White with #DA7524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7524; }

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

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

background-color css

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

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

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

border-color css

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

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

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