Html Css Color HEX #DA7328 Tahiti Gold

📋 copy color: '#DA7328'

red 218 ◦ green 115 ◦ blue 40

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

Shades of Tahiti Gold #DA7328

Tints of Tahiti Gold #DA7328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 58.45%
G = 30.83%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA7328 (or 0xDA7328) is known color: Tahiti Gold. HEX triplet: DA, 73 and 28. RGB value is (218,115,40). Sum of RGB (Red+Green+Blue) = 218+115+40=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7328 is #258CD7. Grayscale: #898989. Windows color (decimal): -2460888 or 2651098. OLE color: 2651098.

HSL color Cylindrical-coordinate representation of color #DA7328: hue angle of 25.28º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA7328 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 40 -
CMYK 0 0.47 0.82 0.15
HSL 25.28º 0.71% 0.51% -
HSV(B) 25.28º 0.82% 0.85% -
XYZ 35.43 27.32 5.41 -
YUV 137.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 218 115 40 0 0.47 0.82 0.15 25.28 0.71 0.51
Hex DA 73 28 0 2F 52 F 19 47 33
Octal 332 163 50 0 57 122 17 31 107 63
Binary 11011010 1110011 101000 0 101111 1010010 1111 11001 1000111 110011

Color Harmonies of #DA7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7328

Black with #DA7328

Text Example


Text Example

White with #DA7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7328; }

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

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

background-color css

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

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

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

border-color css

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

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

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