Html Css Color HEX #DC8027 Tahiti Gold

📋 copy color: '#DC8027'

red 220 ◦ green 128 ◦ blue 39

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

Shades of Tahiti Gold #DC8027

Tints of Tahiti Gold #DC8027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.08%

R = 56.85%
G = 33.07%
B = 10.08%

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

#DC8027 (or 0xDC8027) is known color: Tahiti Gold. HEX triplet: DC, 80 and 27. RGB value is (220,128,39). Sum of RGB (Red+Green+Blue) = 220+128+39=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8027 is #237FD8. Grayscale: #919191. Windows color (decimal): -2326489 or 2588892. OLE color: 2588892.

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

Color convert

RGB 220 128 39 -
CMYK 0 0.42 0.82 0.14
HSL 29.5º 0.72% 0.51% -
HSV(B) 29.5º 0.82% 0.86% -
XYZ 37.6 30.8 5.88 -
YUV 145.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 220 128 39 0 0.42 0.82 0.14 29.5 0.72 0.51
Hex DC 80 27 0 2A 52 E 1E 48 33
Octal 334 200 47 0 52 122 16 36 110 63
Binary 11011100 10000000 100111 0 101010 1010010 1110 11110 1001000 110011

Color Harmonies of #DC8027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8027

Black with #DC8027

Text Example


Text Example

White with #DC8027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8027; }

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

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

background-color css

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

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

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

border-color css

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

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

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