Html Css Color HEX #DC7A24 Tahiti Gold

📋 copy color: '#DC7A24'

red 220 ◦ green 122 ◦ blue 36

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

Shades of Tahiti Gold #DC7A24

Tints of Tahiti Gold #DC7A24

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 58.2%
G = 32.28%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC7A24 (or 0xDC7A24) is known color: Tahiti Gold. HEX triplet: DC, 7A and 24. RGB value is (220,122,36). Sum of RGB (Red+Green+Blue) = 220+122+36=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A24 is #2385DB. Grayscale: #8D8D8D. Windows color (decimal): -2328028 or 2390748. OLE color: 2390748.

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

Color convert

RGB 220 122 36 -
CMYK 0 0.45 0.84 0.14
HSL 28.04º 0.72% 0.5% -
HSV(B) 28.04º 0.84% 0.86% -
XYZ 36.79 29.26 5.38 -
YUV 141.5 68.47 183.99 -
System Red Green Blue C M Y K H S L
Decimal 220 122 36 0 0.45 0.84 0.14 28.04 0.72 0.5
Hex DC 7A 24 0 2D 54 E 1C 48 32
Octal 334 172 44 0 55 124 16 34 110 62
Binary 11011100 1111010 100100 0 101101 1010100 1110 11100 1001000 110010

Color Harmonies of #DC7A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A24

Black with #DC7A24

Text Example


Text Example

White with #DC7A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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