Html Css Color HEX #DA781F Tahiti Gold

📋 copy color: '#DA781F'

red 218 ◦ green 120 ◦ blue 31

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

Shades of Tahiti Gold #DA781F

Tints of Tahiti Gold #DA781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

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

R = 59.08%
G = 32.52%
B = 8.4%

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

#DA781F (or 0xDA781F) is known color: Tahiti Gold. HEX triplet: DA, 78 and 1F. RGB value is (218,120,31). Sum of RGB (Red+Green+Blue) = 218+120+31=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA781F is #2587E0. Grayscale: #8B8B8B. Windows color (decimal): -2459617 or 2062554. OLE color: 2062554.

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

Color convert

RGB 218 120 31 -
CMYK 0 0.45 0.86 0.15
HSL 28.56º 0.75% 0.49% -
HSV(B) 28.56º 0.86% 0.85% -
XYZ 35.88 28.44 4.89 -
YUV 139.16 66.97 184.24 -
System Red Green Blue C M Y K H S L
Decimal 218 120 31 0 0.45 0.86 0.15 28.56 0.75 0.49
Hex DA 78 1F 0 2D 56 F 1D 4B 31
Octal 332 170 37 0 55 126 17 35 113 61
Binary 11011010 1111000 11111 0 101101 1010110 1111 11101 1001011 110001

Color Harmonies of #DA781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA781F

Black with #DA781F

Text Example


Text Example

White with #DA781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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