Html Css Color HEX #DA7620 Tahiti Gold

📋 copy color: '#DA7620'

red 218 ◦ green 118 ◦ blue 32

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

Shades of Tahiti Gold #DA7620

Tints of Tahiti Gold #DA7620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

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

R = 59.24%
G = 32.07%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA7620 (or 0xDA7620) is known color: Tahiti Gold. HEX triplet: DA, 76 and 20. RGB value is (218,118,32). Sum of RGB (Red+Green+Blue) = 218+118+32=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7620 is #2589DF. Grayscale: #8A8A8A. Windows color (decimal): -2460128 or 2127578. OLE color: 2127578.

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

Color convert

RGB 218 118 32 -
CMYK 0 0.46 0.85 0.15
HSL 27.74º 0.74% 0.49% -
HSV(B) 27.74º 0.85% 0.85% -
XYZ 35.65 27.97 4.89 -
YUV 138.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 218 118 32 0 0.46 0.85 0.15 27.74 0.74 0.49
Hex DA 76 20 0 2E 55 F 1C 4A 31
Octal 332 166 40 0 56 125 17 34 112 61
Binary 11011010 1110110 100000 0 101110 1010101 1111 11100 1001010 110001

Color Harmonies of #DA7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7620

Black with #DA7620

Text Example


Text Example

White with #DA7620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7620; }

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

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

background-color css

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

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

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

border-color css

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

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

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