Html Css Color HEX #DC6F29 Tahiti Gold

📋 copy color: '#DC6F29'

red 220 ◦ green 111 ◦ blue 41

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

Shades of Tahiti Gold #DC6F29

Tints of Tahiti Gold #DC6F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

 BLUE value IS 41 (16.41% from 255) = 11.02%

R = 59.14%
G = 29.84%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC6F29 (or 0xDC6F29) is known color: Tahiti Gold. HEX triplet: DC, 6F and 29. RGB value is (220,111,41). Sum of RGB (Red+Green+Blue) = 220+111+41=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6F29 is #2390D6. Grayscale: #888888. Windows color (decimal): -2330839 or 2715612. OLE color: 2715612.

HSL color Cylindrical-coordinate representation of color #DC6F29: hue angle of 23.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC6F29 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 41 -
CMYK 0 0.50 0.81 0.14
HSL 23.46º 0.72% 0.51% -
HSV(B) 23.46º 0.81% 0.86% -
XYZ 35.6 26.74 5.38 -
YUV 135.61 74.61 188.19 -
System Red Green Blue C M Y K H S L
Decimal 220 111 41 0 0.50 0.81 0.14 23.46 0.72 0.51
Hex DC 6F 29 0 32 51 E 17 48 33
Octal 334 157 51 0 62 121 16 27 110 63
Binary 11011100 1101111 101001 0 110010 1010001 1110 10111 1001000 110011

Color Harmonies of #DC6F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F29

Black with #DC6F29

Text Example


Text Example

White with #DC6F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F29; }

 p { color: rgb(220,111,41); }

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

background-color css

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

 a { background-color: rgb(220,111,41); }

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

border-color css

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

 span { border-color: rgb(220,111,41); }

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