Html Css Color HEX #DA731E Tahiti Gold

📋 copy color: '#DA731E'

red 218 ◦ green 115 ◦ blue 30

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

Shades of Tahiti Gold #DA731E

Tints of Tahiti Gold #DA731E

RGB

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

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

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

R = 60.06%
G = 31.68%
B = 8.26%

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

#DA731E (or 0xDA731E) is known color: Tahiti Gold. HEX triplet: DA, 73 and 1E. RGB value is (218,115,30). Sum of RGB (Red+Green+Blue) = 218+115+30=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA731E is #258CE1. Grayscale: #888888. Windows color (decimal): -2460898 or 1995738. OLE color: 1995738.

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

Color convert

RGB 218 115 30 -
CMYK 0 0.47 0.86 0.15
HSL 27.13º 0.76% 0.49% -
HSV(B) 27.13º 0.86% 0.85% -
XYZ 35.28 27.26 4.63 -
YUV 136.11 68.12 186.41 -
System Red Green Blue C M Y K H S L
Decimal 218 115 30 0 0.47 0.86 0.15 27.13 0.76 0.49
Hex DA 73 1E 0 2F 56 F 1B 4C 31
Octal 332 163 36 0 57 126 17 33 114 61
Binary 11011010 1110011 11110 0 101111 1010110 1111 11011 1001100 110001

Color Harmonies of #DA731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA731E

Black with #DA731E

Text Example


Text Example

White with #DA731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA731E; }

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

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

background-color css

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

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

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

border-color css

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

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

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