Html Css Color HEX #DA7326 Tahiti Gold

📋 copy color: '#DA7326'

red 218 ◦ green 115 ◦ blue 38

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

Shades of Tahiti Gold #DA7326

Tints of Tahiti Gold #DA7326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

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

R = 58.76%
G = 31%
B = 10.24%

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

#DA7326 (or 0xDA7326) is known color: Tahiti Gold. HEX triplet: DA, 73 and 26. RGB value is (218,115,38). Sum of RGB (Red+Green+Blue) = 218+115+38=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7326 is #258CD9. Grayscale: #898989. Windows color (decimal): -2460890 or 2520026. OLE color: 2520026.

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

Color convert

RGB 218 115 38 -
CMYK 0 0.47 0.83 0.15
HSL 25.67º 0.71% 0.5% -
HSV(B) 25.67º 0.83% 0.85% -
XYZ 35.39 27.31 5.24 -
YUV 137.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 218 115 38 0 0.47 0.83 0.15 25.67 0.71 0.5
Hex DA 73 26 0 2F 53 F 1A 47 32
Octal 332 163 46 0 57 123 17 32 107 62
Binary 11011010 1110011 100110 0 101111 1010011 1111 11010 1000111 110010

Color Harmonies of #DA7326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7326

Black with #DA7326

Text Example


Text Example

White with #DA7326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7326; }

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

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

background-color css

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

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

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

border-color css

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

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

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