Html Css Color HEX #DA731F Tahiti Gold

📋 copy color: '#DA731F'

red 218 ◦ green 115 ◦ blue 31

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

Shades of Tahiti Gold #DA731F

Tints of Tahiti Gold #DA731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.59%

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

R = 59.89%
G = 31.59%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA731F (or 0xDA731F) is known color: Tahiti Gold. HEX triplet: DA, 73 and 1F. RGB value is (218,115,31). Sum of RGB (Red+Green+Blue) = 218+115+31=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA731F is #258CE0. Grayscale: #888888. Windows color (decimal): -2460897 or 2061274. OLE color: 2061274.

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

Color convert

RGB 218 115 31 -
CMYK 0 0.47 0.86 0.15
HSL 26.95º 0.75% 0.49% -
HSV(B) 26.95º 0.86% 0.85% -
XYZ 35.29 27.27 4.7 -
YUV 136.22 68.62 186.33 -
System Red Green Blue C M Y K H S L
Decimal 218 115 31 0 0.47 0.86 0.15 26.95 0.75 0.49
Hex DA 73 1F 0 2F 56 F 1B 4B 31
Octal 332 163 37 0 57 126 17 33 113 61
Binary 11011010 1110011 11111 0 101111 1010110 1111 11011 1001011 110001

Color Harmonies of #DA731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA731F

Black with #DA731F

Text Example


Text Example

White with #DA731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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