Html Css Color HEX #DC7124 Tahiti Gold

📋 copy color: '#DC7124'

red 220 ◦ green 113 ◦ blue 36

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

Shades of Tahiti Gold #DC7124

Tints of Tahiti Gold #DC7124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.62%

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

R = 59.62%
G = 30.62%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7124 (or 0xDC7124) is known color: Tahiti Gold. HEX triplet: DC, 71 and 24. RGB value is (220,113,36). Sum of RGB (Red+Green+Blue) = 220+113+36=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7124 is #238EDB. Grayscale: #888888. Windows color (decimal): -2330332 or 2388444. OLE color: 2388444.

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

Color convert

RGB 220 113 36 -
CMYK 0 0.49 0.84 0.14
HSL 25.11º 0.72% 0.5% -
HSV(B) 25.11º 0.84% 0.86% -
XYZ 35.74 27.15 5.03 -
YUV 136.22 71.45 187.76 -
System Red Green Blue C M Y K H S L
Decimal 220 113 36 0 0.49 0.84 0.14 25.11 0.72 0.5
Hex DC 71 24 0 31 54 E 19 48 32
Octal 334 161 44 0 61 124 16 31 110 62
Binary 11011100 1110001 100100 0 110001 1010100 1110 11001 1001000 110010

Color Harmonies of #DC7124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7124

Black with #DC7124

Text Example


Text Example

White with #DC7124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7124; }

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

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

background-color css

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

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

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

border-color css

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

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

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