Html Css Color HEX #DC7520 Tahiti Gold

📋 copy color: '#DC7520'

red 220 ◦ green 117 ◦ blue 32

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

Shades of Tahiti Gold #DC7520

Tints of Tahiti Gold #DC7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

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

R = 59.62%
G = 31.71%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7520 (or 0xDC7520) is known color: Tahiti Gold. HEX triplet: DC, 75 and 20. RGB value is (220,117,32). Sum of RGB (Red+Green+Blue) = 220+117+32=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7520 is #238ADF. Grayscale: #8A8A8A. Windows color (decimal): -2329312 or 2127324. OLE color: 2127324.

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

Color convert

RGB 220 117 32 -
CMYK 0 0.47 0.85 0.14
HSL 27.13º 0.75% 0.49% -
HSV(B) 27.13º 0.85% 0.86% -
XYZ 36.14 28.04 4.87 -
YUV 138.11 68.12 186.41 -
System Red Green Blue C M Y K H S L
Decimal 220 117 32 0 0.47 0.85 0.14 27.13 0.75 0.49
Hex DC 75 20 0 2F 55 E 1B 4B 31
Octal 334 165 40 0 57 125 16 33 113 61
Binary 11011100 1110101 100000 0 101111 1010101 1110 11011 1001011 110001

Color Harmonies of #DC7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7520

Black with #DC7520

Text Example


Text Example

White with #DC7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7520; }

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

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

background-color css

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

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

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

border-color css

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

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

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