Html Css Color HEX #DC7421 Tahiti Gold

📋 copy color: '#DC7421'

red 220 ◦ green 116 ◦ blue 33

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

Shades of Tahiti Gold #DC7421

Tints of Tahiti Gold #DC7421

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 59.62%
G = 31.44%
B = 8.94%

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

#DC7421 (or 0xDC7421) is known color: Tahiti Gold. HEX triplet: DC, 74 and 21. RGB value is (220,116,33). Sum of RGB (Red+Green+Blue) = 220+116+33=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7421 is #238BDE. Grayscale: #8A8A8A. Windows color (decimal): -2329567 or 2192604. OLE color: 2192604.

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

Color convert

RGB 220 116 33 -
CMYK 0 0.47 0.85 0.14
HSL 26.63º 0.74% 0.5% -
HSV(B) 26.63º 0.85% 0.86% -
XYZ 36.04 27.82 4.91 -
YUV 137.63 68.96 186.75 -
System Red Green Blue C M Y K H S L
Decimal 220 116 33 0 0.47 0.85 0.14 26.63 0.74 0.5
Hex DC 74 21 0 2F 55 E 1B 4A 32
Octal 334 164 41 0 57 125 16 33 112 62
Binary 11011100 1110100 100001 0 101111 1010101 1110 11011 1001010 110010

Color Harmonies of #DC7421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7421

Black with #DC7421

Text Example


Text Example

White with #DC7421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7421; }

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

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

background-color css

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

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

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

border-color css

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

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

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