Html Css Color HEX #DC7120 Tahiti Gold

📋 copy color: '#DC7120'

red 220 ◦ green 113 ◦ blue 32

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

Shades of Tahiti Gold #DC7120

Tints of Tahiti Gold #DC7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 60.27%
G = 30.96%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7120 (or 0xDC7120) is known color: Tahiti Gold. HEX triplet: DC, 71 and 20. RGB value is (220,113,32). Sum of RGB (Red+Green+Blue) = 220+113+32=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7120 is #238EDF. Grayscale: #888888. Windows color (decimal): -2330336 or 2126300. OLE color: 2126300.

HSL color Cylindrical-coordinate representation of color #DC7120: hue angle of 25.85º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC7120 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 32 -
CMYK 0 0.49 0.85 0.14
HSL 25.85º 0.75% 0.49% -
HSV(B) 25.85º 0.85% 0.86% -
XYZ 35.68 27.13 4.72 -
YUV 135.76 69.45 188.09 -
System Red Green Blue C M Y K H S L
Decimal 220 113 32 0 0.49 0.85 0.14 25.85 0.75 0.49
Hex DC 71 20 0 31 55 E 1A 4B 31
Octal 334 161 40 0 61 125 16 32 113 61
Binary 11011100 1110001 100000 0 110001 1010101 1110 11010 1001011 110001

Color Harmonies of #DC7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7120

Black with #DC7120

Text Example


Text Example

White with #DC7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7120; }

 p { color: rgb(220,113,32); }

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

background-color css

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

 a { background-color: rgb(220,113,32); }

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

border-color css

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

 span { border-color: rgb(220,113,32); }

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