Html Css Color HEX #DA771E Tahiti Gold

📋 copy color: '#DA771E'

red 218 ◦ green 119 ◦ blue 30

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

Shades of Tahiti Gold #DA771E

Tints of Tahiti Gold #DA771E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

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

R = 59.4%
G = 32.43%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA771E (or 0xDA771E) is known color: Tahiti Gold. HEX triplet: DA, 77 and 1E. RGB value is (218,119,30). Sum of RGB (Red+Green+Blue) = 218+119+30=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA771E is #2588E1. Grayscale: #8A8A8A. Windows color (decimal): -2459874 or 1996762. OLE color: 1996762.

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

Color convert

RGB 218 119 30 -
CMYK 0 0.45 0.86 0.15
HSL 28.4º 0.76% 0.49% -
HSV(B) 28.4º 0.86% 0.85% -
XYZ 35.74 28.19 4.79 -
YUV 138.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 218 119 30 0 0.45 0.86 0.15 28.4 0.76 0.49
Hex DA 77 1E 0 2D 56 F 1C 4C 31
Octal 332 167 36 0 55 126 17 34 114 61
Binary 11011010 1110111 11110 0 101101 1010110 1111 11100 1001100 110001

Color Harmonies of #DA771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA771E

Black with #DA771E

Text Example


Text Example

White with #DA771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA771E; }

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

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

background-color css

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

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

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

border-color css

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

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

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