Html Css Color HEX #D6C054 Tacha

📋 copy color: '#D6C054'

red 214 ◦ green 192 ◦ blue 84

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

Shades of Tacha #D6C054

Tints of Tacha #D6C054

RGB

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

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

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

R = 43.67%
G = 39.18%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6C054 (or 0xD6C054) is known color: Tacha. HEX triplet: D6, C0 and 54. RGB value is (214,192,84). Sum of RGB (Red+Green+Blue) = 214+192+84=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C054 is #293FAB. Grayscale: #BABABA. Windows color (decimal): -2703276 or 5554390. OLE color: 5554390.

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

Color convert

RGB 214 192 84 -
CMYK 0 0.10 0.61 0.16
HSL 49.85º 0.61% 0.58% -
HSV(B) 49.85º 0.61% 0.84% -
XYZ 48.18 52.64 16.01 -
YUV 186.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 214 192 84 0 0.10 0.61 0.16 49.85 0.61 0.58
Hex D6 C0 54 0 A 3D 10 32 3D 3A
Octal 326 300 124 0 12 75 20 62 75 72
Binary 11010110 11000000 1010100 0 1010 111101 10000 110010 111101 111010

Color Harmonies of #D6C054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C054

Black with #D6C054

Text Example


Text Example

White with #D6C054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C054; }

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

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

background-color css

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

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

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

border-color css

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

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

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