Html Css Color HEX #DA7320 Tahiti Gold

📋 copy color: '#DA7320'

red 218 ◦ green 115 ◦ blue 32

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

Shades of Tahiti Gold #DA7320

Tints of Tahiti Gold #DA7320

RGB

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

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

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

R = 59.73%
G = 31.51%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA7320 (or 0xDA7320) is known color: Tahiti Gold. HEX triplet: DA, 73 and 20. RGB value is (218,115,32). Sum of RGB (Red+Green+Blue) = 218+115+32=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7320 is #258CDF. Grayscale: #888888. Windows color (decimal): -2460896 or 2126810. OLE color: 2126810.

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

Color convert

RGB 218 115 32 -
CMYK 0 0.47 0.85 0.15
HSL 26.77º 0.74% 0.49% -
HSV(B) 26.77º 0.85% 0.85% -
XYZ 35.3 27.27 4.77 -
YUV 136.34 69.12 186.25 -
System Red Green Blue C M Y K H S L
Decimal 218 115 32 0 0.47 0.85 0.15 26.77 0.74 0.49
Hex DA 73 20 0 2F 55 F 1B 4A 31
Octal 332 163 40 0 57 125 17 33 112 61
Binary 11011010 1110011 100000 0 101111 1010101 1111 11011 1001010 110001

Color Harmonies of #DA7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7320

Black with #DA7320

Text Example


Text Example

White with #DA7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7320; }

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

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

background-color css

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

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

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

border-color css

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

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

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