Html Css Color HEX #D6CC61 Tacha

📋 copy color: '#D6CC61'

red 214 ◦ green 204 ◦ blue 97

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

Shades of Tacha #D6CC61

Tints of Tacha #D6CC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.83%

R = 41.55%
G = 39.61%
B = 18.83%

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

#D6CC61 (or 0xD6CC61) is known color: Tacha. HEX triplet: D6, CC and 61. RGB value is (214,204,97). Sum of RGB (Red+Green+Blue) = 214+204+97=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC61 is #29339E. Grayscale: #C3C3C3. Windows color (decimal): -2700191 or 6409430. OLE color: 6409430.

HSL color Cylindrical-coordinate representation of color #D6CC61: hue angle of 54.87º 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 #D6CC61 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 97 -
CMYK 0 0.05 0.55 0.16
HSL 54.87º 0.59% 0.61% -
HSV(B) 54.87º 0.55% 0.84% -
XYZ 51.48 58.34 19.86 -
YUV 194.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 214 204 97 0 0.05 0.55 0.16 54.87 0.59 0.61
Hex D6 CC 61 0 5 37 10 37 3B 3D
Octal 326 314 141 0 5 67 20 67 73 75
Binary 11010110 11001100 1100001 0 101 110111 10000 110111 111011 111101

Color Harmonies of #D6CC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CC61

Black with #D6CC61

Text Example


Text Example

White with #D6CC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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