Html Css Color HEX #D6CC60 Tacha

📋 copy color: '#D6CC60'

red 214 ◦ green 204 ◦ blue 96

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

Shades of Tacha #D6CC60

Tints of Tacha #D6CC60

RGB

 RED value IS 214 (83.98% from 255) = 41.63%

 GREEN value IS 204 (80.08% from 255) = 39.69%

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

R = 41.63%
G = 39.69%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6CC60 (or 0xD6CC60) is known color: Tacha. HEX triplet: D6, CC and 60. RGB value is (214,204,96). Sum of RGB (Red+Green+Blue) = 214+204+96=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC60 is #29339F. Grayscale: #C3C3C3. Windows color (decimal): -2700192 or 6343894. OLE color: 6343894.

HSL color Cylindrical-coordinate representation of color #D6CC60: hue angle of 54.92º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6CC60 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 96 -
CMYK 0 0.05 0.55 0.16
HSL 54.92º 0.59% 0.61% -
HSV(B) 54.92º 0.55% 0.84% -
XYZ 51.44 58.33 19.61 -
YUV 194.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 214 204 96 0 0.05 0.55 0.16 54.92 0.59 0.61
Hex D6 CC 60 0 5 37 10 37 3B 3D
Octal 326 314 140 0 5 67 20 67 73 75
Binary 11010110 11001100 1100000 0 101 110111 10000 110111 111011 111101

Color Harmonies of #D6CC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC60

Black with #D6CC60

Text Example


Text Example

White with #D6CC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC60; }

 p { color: rgb(214,204,96); }

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

background-color css

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

 a { background-color: rgb(214,204,96); }

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

border-color css

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

 span { border-color: rgb(214,204,96); }

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