Html Css Color HEX #DA7226 Tahiti Gold

📋 copy color: '#DA7226'

red 218 ◦ green 114 ◦ blue 38

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

Shades of Tahiti Gold #DA7226

Tints of Tahiti Gold #DA7226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.27%

R = 58.92%
G = 30.81%
B = 10.27%

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

#DA7226 (or 0xDA7226) is known color: Tahiti Gold. HEX triplet: DA, 72 and 26. RGB value is (218,114,38). Sum of RGB (Red+Green+Blue) = 218+114+38=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7226 is #258DD9. Grayscale: #888888. Windows color (decimal): -2461146 or 2519770. OLE color: 2519770.

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

Color convert

RGB 218 114 38 -
CMYK 0 0.48 0.83 0.15
HSL 25.33º 0.71% 0.5% -
HSV(B) 25.33º 0.83% 0.85% -
XYZ 35.28 27.08 5.2 -
YUV 136.43 72.46 186.18 -
System Red Green Blue C M Y K H S L
Decimal 218 114 38 0 0.48 0.83 0.15 25.33 0.71 0.5
Hex DA 72 26 0 30 53 F 19 47 32
Octal 332 162 46 0 60 123 17 31 107 62
Binary 11011010 1110010 100110 0 110000 1010011 1111 11001 1000111 110010

Color Harmonies of #DA7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7226

Black with #DA7226

Text Example


Text Example

White with #DA7226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7226; }

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

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

background-color css

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

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

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

border-color css

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

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

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