Html Css Color HEX #DA771F Tahiti Gold

📋 copy color: '#DA771F'

red 218 ◦ green 119 ◦ blue 31

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

Shades of Tahiti Gold #DA771F

Tints of Tahiti Gold #DA771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.42%

R = 59.24%
G = 32.34%
B = 8.42%

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

#DA771F (or 0xDA771F) is known color: Tahiti Gold. HEX triplet: DA, 77 and 1F. RGB value is (218,119,31). Sum of RGB (Red+Green+Blue) = 218+119+31=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA771F is #2588E0. Grayscale: #8B8B8B. Windows color (decimal): -2459873 or 2062298. OLE color: 2062298.

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

Color convert

RGB 218 119 31 -
CMYK 0 0.45 0.86 0.15
HSL 28.24º 0.75% 0.49% -
HSV(B) 28.24º 0.86% 0.85% -
XYZ 35.76 28.2 4.85 -
YUV 138.57 67.3 184.66 -
System Red Green Blue C M Y K H S L
Decimal 218 119 31 0 0.45 0.86 0.15 28.24 0.75 0.49
Hex DA 77 1F 0 2D 56 F 1C 4B 31
Octal 332 167 37 0 55 126 17 34 113 61
Binary 11011010 1110111 11111 0 101101 1010110 1111 11100 1001011 110001

Color Harmonies of #DA771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA771F

Black with #DA771F

Text Example


Text Example

White with #DA771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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