Html Css Color HEX #DC7B20 Tahiti Gold

📋 copy color: '#DC7B20'

red 220 ◦ green 123 ◦ blue 32

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

Shades of Tahiti Gold #DC7B20

Tints of Tahiti Gold #DC7B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 58.67%
G = 32.8%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC7B20 (or 0xDC7B20) is known color: Tahiti Gold. HEX triplet: DC, 7B and 20. RGB value is (220,123,32). Sum of RGB (Red+Green+Blue) = 220+123+32=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B20 is #2384DF. Grayscale: #8E8E8E. Windows color (decimal): -2327776 or 2128860. OLE color: 2128860.

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

Color convert

RGB 220 123 32 -
CMYK 0 0.44 0.85 0.14
HSL 29.04º 0.75% 0.49% -
HSV(B) 29.04º 0.85% 0.86% -
XYZ 36.86 29.49 5.12 -
YUV 141.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 220 123 32 0 0.44 0.85 0.14 29.04 0.75 0.49
Hex DC 7B 20 0 2C 55 E 1D 4B 31
Octal 334 173 40 0 54 125 16 35 113 61
Binary 11011100 1111011 100000 0 101100 1010101 1110 11101 1001011 110001

Color Harmonies of #DC7B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B20

Black with #DC7B20

Text Example


Text Example

White with #DC7B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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