Html Css Color HEX #DC7424 Tahiti Gold

📋 copy color: '#DC7424'

red 220 ◦ green 116 ◦ blue 36

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

Shades of Tahiti Gold #DC7424

Tints of Tahiti Gold #DC7424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.68%

R = 59.14%
G = 31.18%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7424 (or 0xDC7424) is known color: Tahiti Gold. HEX triplet: DC, 74 and 24. RGB value is (220,116,36). Sum of RGB (Red+Green+Blue) = 220+116+36=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7424 is #238BDB. Grayscale: #8A8A8A. Windows color (decimal): -2329564 or 2389212. OLE color: 2389212.

HSL color Cylindrical-coordinate representation of color #DC7424: hue angle of 26.09º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC7424 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 36 -
CMYK 0 0.47 0.84 0.14
HSL 26.09º 0.72% 0.5% -
HSV(B) 26.09º 0.84% 0.86% -
XYZ 36.08 27.83 5.14 -
YUV 137.98 70.46 186.5 -
System Red Green Blue C M Y K H S L
Decimal 220 116 36 0 0.47 0.84 0.14 26.09 0.72 0.5
Hex DC 74 24 0 2F 54 E 1A 48 32
Octal 334 164 44 0 57 124 16 32 110 62
Binary 11011100 1110100 100100 0 101111 1010100 1110 11010 1001000 110010

Color Harmonies of #DC7424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7424

Black with #DC7424

Text Example


Text Example

White with #DC7424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7424; }

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

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

background-color css

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

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

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

border-color css

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

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

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