Html Css Color HEX #D6C254 Tacha

📋 copy color: '#D6C254'

red 214 ◦ green 194 ◦ blue 84

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

Shades of Tacha #D6C254

Tints of Tacha #D6C254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

 BLUE value IS 84 (33.2% from 255) = 17.07%

R = 43.5%
G = 39.43%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6C254 (or 0xD6C254) is known color: Tacha. HEX triplet: D6, C2 and 54. RGB value is (214,194,84). Sum of RGB (Red+Green+Blue) = 214+194+84=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C254 is #293DAB. Grayscale: #BBBBBB. Windows color (decimal): -2702764 or 5554902. OLE color: 5554902.

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

Color convert

RGB 214 194 84 -
CMYK 0 0.09 0.61 0.16
HSL 50.77º 0.61% 0.58% -
HSV(B) 50.77º 0.61% 0.84% -
XYZ 48.62 53.52 16.16 -
YUV 187.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 214 194 84 0 0.09 0.61 0.16 50.77 0.61 0.58
Hex D6 C2 54 0 9 3D 10 33 3D 3A
Octal 326 302 124 0 11 75 20 63 75 72
Binary 11010110 11000010 1010100 0 1001 111101 10000 110011 111101 111010

Color Harmonies of #D6C254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C254

Black with #D6C254

Text Example


Text Example

White with #D6C254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C254; }

 p { color: rgb(214,194,84); }

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

background-color css

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

 a { background-color: rgb(214,194,84); }

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

border-color css

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

 span { border-color: rgb(214,194,84); }

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