Html Css Color HEX #DA742D Tahiti Gold

📋 copy color: '#DA742D'

red 218 ◦ green 116 ◦ blue 45

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

Shades of Tahiti Gold #DA742D

Tints of Tahiti Gold #DA742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.87%

R = 57.52%
G = 30.61%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA742D (or 0xDA742D) is known color: Tahiti Gold. HEX triplet: DA, 74 and 2D. RGB value is (218,116,45). Sum of RGB (Red+Green+Blue) = 218+116+45=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA742D is #258BD2. Grayscale: #8A8A8A. Windows color (decimal): -2460627 or 2979034. OLE color: 2979034.

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

Color convert

RGB 218 116 45 -
CMYK 0 0.47 0.79 0.15
HSL 24.62º 0.7% 0.52% -
HSV(B) 24.62º 0.79% 0.85% -
XYZ 35.63 27.59 5.93 -
YUV 138.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 218 116 45 0 0.47 0.79 0.15 24.62 0.7 0.52
Hex DA 74 2D 0 2F 4F F 19 46 34
Octal 332 164 55 0 57 117 17 31 106 64
Binary 11011010 1110100 101101 0 101111 1001111 1111 11001 1000110 110100

Color Harmonies of #DA742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA742D

Black with #DA742D

Text Example


Text Example

White with #DA742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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