Html Css Color HEX #DC7221 Tahiti Gold

📋 copy color: '#DC7221'

red 220 ◦ green 114 ◦ blue 33

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

Shades of Tahiti Gold #DC7221

Tints of Tahiti Gold #DC7221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.99%

R = 59.95%
G = 31.06%
B = 8.99%

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

#DC7221 (or 0xDC7221) is known color: Tahiti Gold. HEX triplet: DC, 72 and 21. RGB value is (220,114,33). Sum of RGB (Red+Green+Blue) = 220+114+33=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7221 is #238DDE. Grayscale: #888888. Windows color (decimal): -2330079 or 2192092. OLE color: 2192092.

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

Color convert

RGB 220 114 33 -
CMYK 0 0.48 0.85 0.14
HSL 25.99º 0.74% 0.5% -
HSV(B) 25.99º 0.85% 0.86% -
XYZ 35.81 27.36 4.83 -
YUV 136.46 69.62 187.59 -
System Red Green Blue C M Y K H S L
Decimal 220 114 33 0 0.48 0.85 0.14 25.99 0.74 0.5
Hex DC 72 21 0 30 55 E 1A 4A 32
Octal 334 162 41 0 60 125 16 32 112 62
Binary 11011100 1110010 100001 0 110000 1010101 1110 11010 1001010 110010

Color Harmonies of #DC7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7221

Black with #DC7221

Text Example


Text Example

White with #DC7221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7221; }

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

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

background-color css

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

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

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

border-color css

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

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

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