Html Css Color HEX #DA7221 Tahiti Gold

📋 copy color: '#DA7221'

red 218 ◦ green 114 ◦ blue 33

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

Shades of Tahiti Gold #DA7221

Tints of Tahiti Gold #DA7221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.04%

R = 59.73%
G = 31.23%
B = 9.04%

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

#DA7221 (or 0xDA7221) is known color: Tahiti Gold. HEX triplet: DA, 72 and 21. RGB value is (218,114,33). Sum of RGB (Red+Green+Blue) = 218+114+33=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7221 is #258DDE. Grayscale: #888888. Windows color (decimal): -2461151 or 2192090. OLE color: 2192090.

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

Color convert

RGB 218 114 33 -
CMYK 0 0.48 0.85 0.15
HSL 26.27º 0.74% 0.49% -
HSV(B) 26.27º 0.85% 0.85% -
XYZ 35.21 27.05 4.8 -
YUV 135.86 69.96 186.59 -
System Red Green Blue C M Y K H S L
Decimal 218 114 33 0 0.48 0.85 0.15 26.27 0.74 0.49
Hex DA 72 21 0 30 55 F 1A 4A 31
Octal 332 162 41 0 60 125 17 32 112 61
Binary 11011010 1110010 100001 0 110000 1010101 1111 11010 1001010 110001

Color Harmonies of #DA7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7221

Black with #DA7221

Text Example


Text Example

White with #DA7221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7221; }

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

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

background-color css

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

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

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

border-color css

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

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

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