Html Css Color HEX #DA761E Tahiti Gold

📋 copy color: '#DA761E'

red 218 ◦ green 118 ◦ blue 30

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

Shades of Tahiti Gold #DA761E

Tints of Tahiti Gold #DA761E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.2%

R = 59.56%
G = 32.24%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA761E (or 0xDA761E) is known color: Tahiti Gold. HEX triplet: DA, 76 and 1E. RGB value is (218,118,30). Sum of RGB (Red+Green+Blue) = 218+118+30=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA761E is #2589E1. Grayscale: #8A8A8A. Windows color (decimal): -2460130 or 1996506. OLE color: 1996506.

HSL color Cylindrical-coordinate representation of color #DA761E: hue angle of 28.09º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA761E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 30 -
CMYK 0 0.46 0.86 0.15
HSL 28.09º 0.76% 0.49% -
HSV(B) 28.09º 0.86% 0.85% -
XYZ 35.63 27.96 4.75 -
YUV 137.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 218 118 30 0 0.46 0.86 0.15 28.09 0.76 0.49
Hex DA 76 1E 0 2E 56 F 1C 4C 31
Octal 332 166 36 0 56 126 17 34 114 61
Binary 11011010 1110110 11110 0 101110 1010110 1111 11100 1001100 110001

Color Harmonies of #DA761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA761E

Black with #DA761E

Text Example


Text Example

White with #DA761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA761E; }

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

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

background-color css

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

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

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

border-color css

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

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

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