Html Css Color HEX #DC7220 Tahiti Gold

📋 copy color: '#DC7220'

red 220 ◦ green 114 ◦ blue 32

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

Shades of Tahiti Gold #DC7220

Tints of Tahiti Gold #DC7220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

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

R = 60.11%
G = 31.15%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7220 (or 0xDC7220) is known color: Tahiti Gold. HEX triplet: DC, 72 and 20. RGB value is (220,114,32). Sum of RGB (Red+Green+Blue) = 220+114+32=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7220 is #238DDF. Grayscale: #888888. Windows color (decimal): -2330080 or 2126556. OLE color: 2126556.

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

Color convert

RGB 220 114 32 -
CMYK 0 0.48 0.85 0.14
HSL 26.17º 0.75% 0.49% -
HSV(B) 26.17º 0.85% 0.86% -
XYZ 35.79 27.35 4.76 -
YUV 136.35 69.12 187.67 -
System Red Green Blue C M Y K H S L
Decimal 220 114 32 0 0.48 0.85 0.14 26.17 0.75 0.49
Hex DC 72 20 0 30 55 E 1A 4B 31
Octal 334 162 40 0 60 125 16 32 113 61
Binary 11011100 1110010 100000 0 110000 1010101 1110 11010 1001011 110001

Color Harmonies of #DC7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7220

Black with #DC7220

Text Example


Text Example

White with #DC7220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7220; }

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

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

background-color css

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

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

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

border-color css

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

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

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