Html Css Color HEX #DC8028 Tahiti Gold

📋 copy color: '#DC8028'

red 220 ◦ green 128 ◦ blue 40

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

Shades of Tahiti Gold #DC8028

Tints of Tahiti Gold #DC8028

RGB

 RED value IS 220 (86.33% from 255) = 56.7%

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

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

R = 56.7%
G = 32.99%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC8028 (or 0xDC8028) is known color: Tahiti Gold. HEX triplet: DC, 80 and 28. RGB value is (220,128,40). Sum of RGB (Red+Green+Blue) = 220+128+40=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8028 is #237FD7. Grayscale: #919191. Windows color (decimal): -2326488 or 2654428. OLE color: 2654428.

HSL color Cylindrical-coordinate representation of color #DC8028: hue angle of 29.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC8028 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 40 -
CMYK 0 0.42 0.82 0.14
HSL 29.33º 0.72% 0.51% -
HSV(B) 29.33º 0.82% 0.86% -
XYZ 37.62 30.81 5.97 -
YUV 145.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 220 128 40 0 0.42 0.82 0.14 29.33 0.72 0.51
Hex DC 80 28 0 2A 52 E 1D 48 33
Octal 334 200 50 0 52 122 16 35 110 63
Binary 11011100 10000000 101000 0 101010 1010010 1110 11101 1001000 110011

Color Harmonies of #DC8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8028

Black with #DC8028

Text Example


Text Example

White with #DC8028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8028; }

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

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

background-color css

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

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

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

border-color css

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

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

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