Html Css Color HEX #DA7520 Tahiti Gold

📋 copy color: '#DA7520'

red 218 ◦ green 117 ◦ blue 32

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

Shades of Tahiti Gold #DA7520

Tints of Tahiti Gold #DA7520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.72%

R = 59.4%
G = 31.88%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA7520 (or 0xDA7520) is known color: Tahiti Gold. HEX triplet: DA, 75 and 20. RGB value is (218,117,32). Sum of RGB (Red+Green+Blue) = 218+117+32=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7520 is #258ADF. Grayscale: #898989. Windows color (decimal): -2460384 or 2127322. OLE color: 2127322.

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

Color convert

RGB 218 117 32 -
CMYK 0 0.46 0.85 0.15
HSL 27.42º 0.74% 0.49% -
HSV(B) 27.42º 0.85% 0.85% -
XYZ 35.54 27.73 4.85 -
YUV 137.51 68.46 185.41 -
System Red Green Blue C M Y K H S L
Decimal 218 117 32 0 0.46 0.85 0.15 27.42 0.74 0.49
Hex DA 75 20 0 2E 55 F 1B 4A 31
Octal 332 165 40 0 56 125 17 33 112 61
Binary 11011010 1110101 100000 0 101110 1010101 1111 11011 1001010 110001

Color Harmonies of #DA7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7520

Black with #DA7520

Text Example


Text Example

White with #DA7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7520; }

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

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

background-color css

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

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

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

border-color css

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

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

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