Html Css Color HEX #DC6E24 Tahiti Gold

📋 copy color: '#DC6E24'

red 220 ◦ green 110 ◦ blue 36

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

Shades of Tahiti Gold #DC6E24

Tints of Tahiti Gold #DC6E24

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

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

R = 60.11%
G = 30.05%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC6E24 (or 0xDC6E24) is known color: Tahiti Gold. HEX triplet: DC, 6E and 24. RGB value is (220,110,36). Sum of RGB (Red+Green+Blue) = 220+110+36=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E24 is #2391DB. Grayscale: #868686. Windows color (decimal): -2331100 or 2387676. OLE color: 2387676.

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

Color convert

RGB 220 110 36 -
CMYK 0 0.50 0.84 0.14
HSL 24.13º 0.72% 0.5% -
HSV(B) 24.13º 0.84% 0.86% -
XYZ 35.41 26.49 4.92 -
YUV 134.45 72.44 189.02 -
System Red Green Blue C M Y K H S L
Decimal 220 110 36 0 0.50 0.84 0.14 24.13 0.72 0.5
Hex DC 6E 24 0 32 54 E 18 48 32
Octal 334 156 44 0 62 124 16 30 110 62
Binary 11011100 1101110 100100 0 110010 1010100 1110 11000 1001000 110010

Color Harmonies of #DC6E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E24

Black with #DC6E24

Text Example


Text Example

White with #DC6E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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