Html Css Color HEX #DC7920 Tahiti Gold

📋 copy color: '#DC7920'

red 220 ◦ green 121 ◦ blue 32

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

Shades of Tahiti Gold #DC7920

Tints of Tahiti Gold #DC7920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 58.98%
G = 32.44%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7920 (or 0xDC7920) is known color: Tahiti Gold. HEX triplet: DC, 79 and 20. RGB value is (220,121,32). Sum of RGB (Red+Green+Blue) = 220+121+32=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7920 is #2386DF. Grayscale: #8C8C8C. Windows color (decimal): -2328288 or 2128348. OLE color: 2128348.

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

Color convert

RGB 220 121 32 -
CMYK 0 0.45 0.85 0.14
HSL 28.4º 0.75% 0.49% -
HSV(B) 28.4º 0.85% 0.86% -
XYZ 36.61 28.99 5.03 -
YUV 140.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 220 121 32 0 0.45 0.85 0.14 28.4 0.75 0.49
Hex DC 79 20 0 2D 55 E 1C 4B 31
Octal 334 171 40 0 55 125 16 34 113 61
Binary 11011100 1111001 100000 0 101101 1010101 1110 11100 1001011 110001

Color Harmonies of #DC7920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7920

Black with #DC7920

Text Example


Text Example

White with #DC7920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7920; }

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

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

background-color css

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

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

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

border-color css

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

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

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