Html Css Color HEX #DFC060 Tacha

📋 copy color: '#DFC060'

red 223 ◦ green 192 ◦ blue 96

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

Shades of Tacha #DFC060

Tints of Tacha #DFC060

RGB

 RED value IS 223 (87.5% from 255) = 43.64%

 GREEN value IS 192 (75.39% from 255) = 37.57%

 BLUE value IS 96 (37.89% from 255) = 18.79%

R = 43.64%
G = 37.57%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFC060 (or 0xDFC060) is known color: Tacha. HEX triplet: DF, C0 and 60. RGB value is (223,192,96). Sum of RGB (Red+Green+Blue) = 223+192+96=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC060 is #203F9F. Grayscale: #BEBEBE. Windows color (decimal): -2113440 or 6340831. OLE color: 6340831.

HSL color Cylindrical-coordinate representation of color #DFC060: hue angle of 45.35º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFC060 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 192 96 -
CMYK 0 0.14 0.57 0.13
HSL 45.35º 0.66% 0.63% -
HSV(B) 45.35º 0.57% 0.87% -
XYZ 51.39 54.23 18.83 -
YUV 190.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 223 192 96 0 0.14 0.57 0.13 45.35 0.66 0.63
Hex DF C0 60 0 E 39 D 2D 42 3F
Octal 337 300 140 0 16 71 15 55 102 77
Binary 11011111 11000000 1100000 0 1110 111001 1101 101101 1000010 111111

Color Harmonies of #DFC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC060

Black with #DFC060

Text Example


Text Example

White with #DFC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC060; }

 p { color: rgb(223,192,96); }

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

background-color css

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

 a { background-color: rgb(223,192,96); }

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

border-color css

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

 span { border-color: rgb(223,192,96); }

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