Html Css Color HEX #DA7725 Tahiti Gold

📋 copy color: '#DA7725'

red 218 ◦ green 119 ◦ blue 37

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

Shades of Tahiti Gold #DA7725

Tints of Tahiti Gold #DA7725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 58.29%
G = 31.82%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA7725 (or 0xDA7725) is known color: Tahiti Gold. HEX triplet: DA, 77 and 25. RGB value is (218,119,37). Sum of RGB (Red+Green+Blue) = 218+119+37=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7725 is #2588DA. Grayscale: #8B8B8B. Windows color (decimal): -2459867 or 2455514. OLE color: 2455514.

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

Color convert

RGB 218 119 37 -
CMYK 0 0.45 0.83 0.15
HSL 27.18º 0.71% 0.5% -
HSV(B) 27.18º 0.83% 0.85% -
XYZ 35.84 28.23 5.31 -
YUV 139.25 70.3 184.17 -
System Red Green Blue C M Y K H S L
Decimal 218 119 37 0 0.45 0.83 0.15 27.18 0.71 0.5
Hex DA 77 25 0 2D 53 F 1B 47 32
Octal 332 167 45 0 55 123 17 33 107 62
Binary 11011010 1110111 100101 0 101101 1010011 1111 11011 1000111 110010

Color Harmonies of #DA7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7725

Black with #DA7725

Text Example


Text Example

White with #DA7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7725; }

 p { color: rgb(218,119,37); }

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

background-color css

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

 a { background-color: rgb(218,119,37); }

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

border-color css

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

 span { border-color: rgb(218,119,37); }

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