Html Css Color HEX #DA7124 Tahiti Gold

📋 copy color: '#DA7124'

red 218 ◦ green 113 ◦ blue 36

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

Shades of Tahiti Gold #DA7124

Tints of Tahiti Gold #DA7124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.79%

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

R = 59.4%
G = 30.79%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA7124 (or 0xDA7124) is known color: Tahiti Gold. HEX triplet: DA, 71 and 24. RGB value is (218,113,36). Sum of RGB (Red+Green+Blue) = 218+113+36=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7124 is #258EDB. Grayscale: #888888. Windows color (decimal): -2461404 or 2388442. OLE color: 2388442.

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

Color convert

RGB 218 113 36 -
CMYK 0 0.48 0.83 0.15
HSL 25.38º 0.72% 0.5% -
HSV(B) 25.38º 0.83% 0.85% -
XYZ 35.14 26.84 5 -
YUV 135.62 71.79 186.76 -
System Red Green Blue C M Y K H S L
Decimal 218 113 36 0 0.48 0.83 0.15 25.38 0.72 0.5
Hex DA 71 24 0 30 53 F 19 48 32
Octal 332 161 44 0 60 123 17 31 110 62
Binary 11011010 1110001 100100 0 110000 1010011 1111 11001 1001000 110010

Color Harmonies of #DA7124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7124

Black with #DA7124

Text Example


Text Example

White with #DA7124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7124; }

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

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

background-color css

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

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

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

border-color css

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

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

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