Html Css Color HEX #DA742B Tahiti Gold

📋 copy color: '#DA742B'

red 218 ◦ green 116 ◦ blue 43

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

Shades of Tahiti Gold #DA742B

Tints of Tahiti Gold #DA742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.41%

R = 57.82%
G = 30.77%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA742B (or 0xDA742B) is known color: Tahiti Gold. HEX triplet: DA, 74 and 2B. RGB value is (218,116,43). Sum of RGB (Red+Green+Blue) = 218+116+43=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA742B is #258BD4. Grayscale: #8A8A8A. Windows color (decimal): -2460629 or 2847962. OLE color: 2847962.

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

Color convert

RGB 218 116 43 -
CMYK 0 0.47 0.80 0.15
HSL 25.03º 0.7% 0.51% -
HSV(B) 25.03º 0.8% 0.85% -
XYZ 35.59 27.57 5.73 -
YUV 138.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 218 116 43 0 0.47 0.80 0.15 25.03 0.7 0.51
Hex DA 74 2B 0 2F 50 F 19 46 33
Octal 332 164 53 0 57 120 17 31 106 63
Binary 11011010 1110100 101011 0 101111 1010000 1111 11001 1000110 110011

Color Harmonies of #DA742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA742B

Black with #DA742B

Text Example


Text Example

White with #DA742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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