Html Css Color HEX #DC6E23 Tahiti Gold

📋 copy color: '#DC6E23'

red 220 ◦ green 110 ◦ blue 35

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

Shades of Tahiti Gold #DC6E23

Tints of Tahiti Gold #DC6E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.59%

R = 60.27%
G = 30.14%
B = 9.59%

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

#DC6E23 (or 0xDC6E23) is known color: Tahiti Gold. HEX triplet: DC, 6E and 23. RGB value is (220,110,35). Sum of RGB (Red+Green+Blue) = 220+110+35=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E23 is #2391DC. Grayscale: #868686. Windows color (decimal): -2331101 or 2322140. OLE color: 2322140.

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

Color convert

RGB 220 110 35 -
CMYK 0 0.50 0.84 0.14
HSL 24.32º 0.73% 0.5% -
HSV(B) 24.32º 0.84% 0.86% -
XYZ 35.39 26.49 4.84 -
YUV 134.34 71.94 189.1 -
System Red Green Blue C M Y K H S L
Decimal 220 110 35 0 0.50 0.84 0.14 24.32 0.73 0.5
Hex DC 6E 23 0 32 54 E 18 49 32
Octal 334 156 43 0 62 124 16 30 111 62
Binary 11011100 1101110 100011 0 110010 1010100 1110 11000 1001001 110010

Color Harmonies of #DC6E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E23

Black with #DC6E23

Text Example


Text Example

White with #DC6E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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