Html Css Color HEX #DA8028 Tahiti Gold

📋 copy color: '#DA8028'

red 218 ◦ green 128 ◦ blue 40

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

Shades of Tahiti Gold #DA8028

Tints of Tahiti Gold #DA8028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.16%

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

R = 56.48%
G = 33.16%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA8028 (or 0xDA8028) is known color: Tahiti Gold. HEX triplet: DA, 80 and 28. RGB value is (218,128,40). Sum of RGB (Red+Green+Blue) = 218+128+40=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8028 is #257FD7. Grayscale: #919191. Windows color (decimal): -2457560 or 2654426. OLE color: 2654426.

HSL color Cylindrical-coordinate representation of color #DA8028: hue angle of 29.66º 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 #DA8028 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 40 -
CMYK 0 0.41 0.82 0.15
HSL 29.66º 0.71% 0.51% -
HSV(B) 29.66º 0.82% 0.85% -
XYZ 37.02 30.5 5.94 -
YUV 144.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 218 128 40 0 0.41 0.82 0.15 29.66 0.71 0.51
Hex DA 80 28 0 29 52 F 1E 47 33
Octal 332 200 50 0 51 122 17 36 107 63
Binary 11011010 10000000 101000 0 101001 1010010 1111 11110 1000111 110011

Color Harmonies of #DA8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8028

Black with #DA8028

Text Example


Text Example

White with #DA8028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8028; }

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

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

background-color css

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

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

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

border-color css

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

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

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