Html Css Color HEX #DA7220 Tahiti Gold

📋 copy color: '#DA7220'

red 218 ◦ green 114 ◦ blue 32

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

Shades of Tahiti Gold #DA7220

Tints of Tahiti Gold #DA7220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

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

R = 59.89%
G = 31.32%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA7220 (or 0xDA7220) is known color: Tahiti Gold. HEX triplet: DA, 72 and 20. RGB value is (218,114,32). Sum of RGB (Red+Green+Blue) = 218+114+32=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7220 is #258DDF. Grayscale: #888888. Windows color (decimal): -2461152 or 2126554. OLE color: 2126554.

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

Color convert

RGB 218 114 32 -
CMYK 0 0.48 0.85 0.15
HSL 26.45º 0.74% 0.49% -
HSV(B) 26.45º 0.85% 0.85% -
XYZ 35.19 27.04 4.73 -
YUV 135.75 69.46 186.67 -
System Red Green Blue C M Y K H S L
Decimal 218 114 32 0 0.48 0.85 0.15 26.45 0.74 0.49
Hex DA 72 20 0 30 55 F 1A 4A 31
Octal 332 162 40 0 60 125 17 32 112 61
Binary 11011010 1110010 100000 0 110000 1010101 1111 11010 1001010 110001

Color Harmonies of #DA7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7220

Black with #DA7220

Text Example


Text Example

White with #DA7220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7220; }

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

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

background-color css

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

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

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

border-color css

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

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

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