Html Css Color HEX #DA7127 Tahiti Gold

📋 copy color: '#DA7127'

red 218 ◦ green 113 ◦ blue 39

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

Shades of Tahiti Gold #DA7127

Tints of Tahiti Gold #DA7127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 39 (15.63% from 255) = 10.54%

R = 58.92%
G = 30.54%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA7127 (or 0xDA7127) is known color: Tahiti Gold. HEX triplet: DA, 71 and 27. RGB value is (218,113,39). Sum of RGB (Red+Green+Blue) = 218+113+39=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7127 is #258ED8. Grayscale: #888888. Windows color (decimal): -2461401 or 2585050. OLE color: 2585050.

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

Color convert

RGB 218 113 39 -
CMYK 0 0.48 0.82 0.15
HSL 24.8º 0.71% 0.5% -
HSV(B) 24.8º 0.82% 0.85% -
XYZ 35.18 26.86 5.25 -
YUV 135.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 218 113 39 0 0.48 0.82 0.15 24.8 0.71 0.5
Hex DA 71 27 0 30 52 F 19 47 32
Octal 332 161 47 0 60 122 17 31 107 62
Binary 11011010 1110001 100111 0 110000 1010010 1111 11001 1000111 110010

Color Harmonies of #DA7127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7127

Black with #DA7127

Text Example


Text Example

White with #DA7127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7127; }

 p { color: rgb(218,113,39); }

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

background-color css

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

 a { background-color: rgb(218,113,39); }

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

border-color css

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

 span { border-color: rgb(218,113,39); }

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