Html Css Color HEX #DC7824 Tahiti Gold

📋 copy color: '#DC7824'

red 220 ◦ green 120 ◦ blue 36

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

Shades of Tahiti Gold #DC7824

Tints of Tahiti Gold #DC7824

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

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

R = 58.51%
G = 31.91%
B = 9.57%

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

#DC7824 (or 0xDC7824) is known color: Tahiti Gold. HEX triplet: DC, 78 and 24. RGB value is (220,120,36). Sum of RGB (Red+Green+Blue) = 220+120+36=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7824 is #2387DB. Grayscale: #8C8C8C. Windows color (decimal): -2328540 or 2390236. OLE color: 2390236.

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

Color convert

RGB 220 120 36 -
CMYK 0 0.45 0.84 0.14
HSL 27.39º 0.72% 0.5% -
HSV(B) 27.39º 0.84% 0.86% -
XYZ 36.55 28.78 5.3 -
YUV 140.32 69.13 184.83 -
System Red Green Blue C M Y K H S L
Decimal 220 120 36 0 0.45 0.84 0.14 27.39 0.72 0.5
Hex DC 78 24 0 2D 54 E 1B 48 32
Octal 334 170 44 0 55 124 16 33 110 62
Binary 11011100 1111000 100100 0 101101 1010100 1110 11011 1001000 110010

Color Harmonies of #DC7824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7824

Black with #DC7824

Text Example


Text Example

White with #DC7824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7824; }

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

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

background-color css

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

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

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

border-color css

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

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

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