Html Css Color HEX #DA7528 Tahiti Gold

📋 copy color: '#DA7528'

red 218 ◦ green 117 ◦ blue 40

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

Shades of Tahiti Gold #DA7528

Tints of Tahiti Gold #DA7528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 58.13%
G = 31.2%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA7528 (or 0xDA7528) is known color: Tahiti Gold. HEX triplet: DA, 75 and 28. RGB value is (218,117,40). Sum of RGB (Red+Green+Blue) = 218+117+40=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7528 is #258AD7. Grayscale: #8A8A8A. Windows color (decimal): -2460376 or 2651610. OLE color: 2651610.

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

Color convert

RGB 218 117 40 -
CMYK 0 0.46 0.82 0.15
HSL 25.96º 0.71% 0.51% -
HSV(B) 25.96º 0.82% 0.85% -
XYZ 35.66 27.78 5.49 -
YUV 138.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 218 117 40 0 0.46 0.82 0.15 25.96 0.71 0.51
Hex DA 75 28 0 2E 52 F 1A 47 33
Octal 332 165 50 0 56 122 17 32 107 63
Binary 11011010 1110101 101000 0 101110 1010010 1111 11010 1000111 110011

Color Harmonies of #DA7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7528

Black with #DA7528

Text Example


Text Example

White with #DA7528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7528; }

 p { color: rgb(218,117,40); }

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

background-color css

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

 a { background-color: rgb(218,117,40); }

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

border-color css

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

 span { border-color: rgb(218,117,40); }

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