Html Css Color HEX #DA7E2A Tahiti Gold

📋 copy color: '#DA7E2A'

red 218 ◦ green 126 ◦ blue 42

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

Shades of Tahiti Gold #DA7E2A

Tints of Tahiti Gold #DA7E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 42 (16.8% from 255) = 10.88%

R = 56.48%
G = 32.64%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA7E2A (or 0xDA7E2A) is known color: Tahiti Gold. HEX triplet: DA, 7E and 2A. RGB value is (218,126,42). Sum of RGB (Red+Green+Blue) = 218+126+42=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7E2A is #2581D5. Grayscale: #909090. Windows color (decimal): -2458070 or 2784986. OLE color: 2784986.

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

Color convert

RGB 218 126 42 -
CMYK 0 0.42 0.81 0.15
HSL 28.64º 0.7% 0.51% -
HSV(B) 28.64º 0.81% 0.85% -
XYZ 36.79 29.99 6.04 -
YUV 143.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 218 126 42 0 0.42 0.81 0.15 28.64 0.7 0.51
Hex DA 7E 2A 0 2A 51 F 1D 46 33
Octal 332 176 52 0 52 121 17 35 106 63
Binary 11011010 1111110 101010 0 101010 1010001 1111 11101 1000110 110011

Color Harmonies of #DA7E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E2A

Black with #DA7E2A

Text Example


Text Example

White with #DA7E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E2A; }

 p { color: rgb(218,126,42); }

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

background-color css

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

 a { background-color: rgb(218,126,42); }

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

border-color css

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

 span { border-color: rgb(218,126,42); }

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