Html Css Color HEX #DC7621 Tahiti Gold

📋 copy color: '#DC7621'

red 220 ◦ green 118 ◦ blue 33

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

Shades of Tahiti Gold #DC7621

Tints of Tahiti Gold #DC7621

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.81%

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

R = 59.3%
G = 31.81%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7621 (or 0xDC7621) is known color: Tahiti Gold. HEX triplet: DC, 76 and 21. RGB value is (220,118,33). Sum of RGB (Red+Green+Blue) = 220+118+33=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7621 is #2389DE. Grayscale: #8B8B8B. Windows color (decimal): -2329055 or 2193116. OLE color: 2193116.

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

Color convert

RGB 220 118 33 -
CMYK 0 0.46 0.85 0.14
HSL 27.27º 0.74% 0.5% -
HSV(B) 27.27º 0.85% 0.86% -
XYZ 36.27 28.28 4.99 -
YUV 138.81 68.29 185.91 -
System Red Green Blue C M Y K H S L
Decimal 220 118 33 0 0.46 0.85 0.14 27.27 0.74 0.5
Hex DC 76 21 0 2E 55 E 1B 4A 32
Octal 334 166 41 0 56 125 16 33 112 62
Binary 11011100 1110110 100001 0 101110 1010101 1110 11011 1001010 110010

Color Harmonies of #DC7621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7621

Black with #DC7621

Text Example


Text Example

White with #DC7621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7621; }

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

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

background-color css

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

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

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

border-color css

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

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

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