Html Css Color HEX #DA741D Tahiti Gold

📋 copy color: '#DA741D'

red 218 ◦ green 116 ◦ blue 29

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

Shades of Tahiti Gold #DA741D

Tints of Tahiti Gold #DA741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.99%

R = 60.06%
G = 31.96%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA741D (or 0xDA741D) is known color: Tahiti Gold. HEX triplet: DA, 74 and 1D. RGB value is (218,116,29). Sum of RGB (Red+Green+Blue) = 218+116+29=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA741D is #258BE2. Grayscale: #898989. Windows color (decimal): -2460643 or 1930458. OLE color: 1930458.

HSL color Cylindrical-coordinate representation of color #DA741D: hue angle of 27.62º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA741D is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 29 -
CMYK 0 0.47 0.87 0.15
HSL 27.62º 0.77% 0.48% -
HSV(B) 27.62º 0.87% 0.85% -
XYZ 35.38 27.48 4.6 -
YUV 136.58 67.29 186.07 -
System Red Green Blue C M Y K H S L
Decimal 218 116 29 0 0.47 0.87 0.15 27.62 0.77 0.48
Hex DA 74 1D 0 2F 57 F 1C 4D 30
Octal 332 164 35 0 57 127 17 34 115 60
Binary 11011010 1110100 11101 0 101111 1010111 1111 11100 1001101 110000

Color Harmonies of #DA741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA741D

Black with #DA741D

Text Example


Text Example

White with #DA741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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