Html Css Color HEX #DA7424 Tahiti Gold

📋 copy color: '#DA7424'

red 218 ◦ green 116 ◦ blue 36

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

Shades of Tahiti Gold #DA7424

Tints of Tahiti Gold #DA7424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 58.92%
G = 31.35%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA7424 (or 0xDA7424) is known color: Tahiti Gold. HEX triplet: DA, 74 and 24. RGB value is (218,116,36). Sum of RGB (Red+Green+Blue) = 218+116+36=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7424 is #258BDB. Grayscale: #898989. Windows color (decimal): -2460636 or 2389210. OLE color: 2389210.

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

Color convert

RGB 218 116 36 -
CMYK 0 0.47 0.83 0.15
HSL 26.37º 0.72% 0.5% -
HSV(B) 26.37º 0.83% 0.85% -
XYZ 35.48 27.52 5.11 -
YUV 137.38 70.79 185.5 -
System Red Green Blue C M Y K H S L
Decimal 218 116 36 0 0.47 0.83 0.15 26.37 0.72 0.5
Hex DA 74 24 0 2F 53 F 1A 48 32
Octal 332 164 44 0 57 123 17 32 110 62
Binary 11011010 1110100 100100 0 101111 1010011 1111 11010 1001000 110010

Color Harmonies of #DA7424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7424

Black with #DA7424

Text Example


Text Example

White with #DA7424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7424; }

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

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

background-color css

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

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

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

border-color css

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

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

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