Html Css Color HEX #DC8029 Tahiti Gold

📋 copy color: '#DC8029'

red 220 ◦ green 128 ◦ blue 41

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

Shades of Tahiti Gold #DC8029

Tints of Tahiti Gold #DC8029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.54%

R = 56.56%
G = 32.9%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC8029 (or 0xDC8029) is known color: Tahiti Gold. HEX triplet: DC, 80 and 29. RGB value is (220,128,41). Sum of RGB (Red+Green+Blue) = 220+128+41=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8029 is #237FD6. Grayscale: #929292. Windows color (decimal): -2326487 or 2719964. OLE color: 2719964.

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

Color convert

RGB 220 128 41 -
CMYK 0 0.42 0.81 0.14
HSL 29.16º 0.72% 0.51% -
HSV(B) 29.16º 0.81% 0.86% -
XYZ 37.63 30.81 6.06 -
YUV 145.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 220 128 41 0 0.42 0.81 0.14 29.16 0.72 0.51
Hex DC 80 29 0 2A 51 E 1D 48 33
Octal 334 200 51 0 52 121 16 35 110 63
Binary 11011100 10000000 101001 0 101010 1010001 1110 11101 1001000 110011

Color Harmonies of #DC8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8029

Black with #DC8029

Text Example


Text Example

White with #DC8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8029; }

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

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

background-color css

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

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

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

border-color css

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

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

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