Html Css Color HEX #DA741E Tahiti Gold

📋 copy color: '#DA741E'

red 218 ◦ green 116 ◦ blue 30

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

Shades of Tahiti Gold #DA741E

Tints of Tahiti Gold #DA741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 59.89%
G = 31.87%
B = 8.24%

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

#DA741E (or 0xDA741E) is known color: Tahiti Gold. HEX triplet: DA, 74 and 1E. RGB value is (218,116,30). Sum of RGB (Red+Green+Blue) = 218+116+30=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA741E is #258BE1. Grayscale: #898989. Windows color (decimal): -2460642 or 1995994. OLE color: 1995994.

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

Color convert

RGB 218 116 30 -
CMYK 0 0.47 0.86 0.15
HSL 27.45º 0.76% 0.49% -
HSV(B) 27.45º 0.86% 0.85% -
XYZ 35.39 27.49 4.67 -
YUV 136.69 67.79 185.99 -
System Red Green Blue C M Y K H S L
Decimal 218 116 30 0 0.47 0.86 0.15 27.45 0.76 0.49
Hex DA 74 1E 0 2F 56 F 1B 4C 31
Octal 332 164 36 0 57 126 17 33 114 61
Binary 11011010 1110100 11110 0 101111 1010110 1111 11011 1001100 110001

Color Harmonies of #DA741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA741E

Black with #DA741E

Text Example


Text Example

White with #DA741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA741E; }

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

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

background-color css

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

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

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

border-color css

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

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

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