Html Css Color HEX #DC8026 Tahiti Gold

📋 copy color: '#DC8026'

red 220 ◦ green 128 ◦ blue 38

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

Shades of Tahiti Gold #DC8026

Tints of Tahiti Gold #DC8026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.84%

R = 56.99%
G = 33.16%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC8026 (or 0xDC8026) is known color: Tahiti Gold. HEX triplet: DC, 80 and 26. RGB value is (220,128,38). Sum of RGB (Red+Green+Blue) = 220+128+38=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8026 is #237FD9. Grayscale: #919191. Windows color (decimal): -2326490 or 2523356. OLE color: 2523356.

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

Color convert

RGB 220 128 38 -
CMYK 0 0.42 0.83 0.14
HSL 29.67º 0.72% 0.51% -
HSV(B) 29.67º 0.83% 0.86% -
XYZ 37.58 30.79 5.8 -
YUV 145.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 220 128 38 0 0.42 0.83 0.14 29.67 0.72 0.51
Hex DC 80 26 0 2A 53 E 1E 48 33
Octal 334 200 46 0 52 123 16 36 110 63
Binary 11011100 10000000 100110 0 101010 1010011 1110 11110 1001000 110011

Color Harmonies of #DC8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8026

Black with #DC8026

Text Example


Text Example

White with #DC8026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8026; }

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

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

background-color css

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

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

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

border-color css

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

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

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