Html Css Color HEX #D6C255 Tacha

📋 copy color: '#D6C255'

red 214 ◦ green 194 ◦ blue 85

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

Shades of Tacha #D6C255

Tints of Tacha #D6C255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.24%

R = 43.41%
G = 39.35%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6C255 (or 0xD6C255) is known color: Tacha. HEX triplet: D6, C2 and 55. RGB value is (214,194,85). Sum of RGB (Red+Green+Blue) = 214+194+85=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C255 is #293DAA. Grayscale: #BCBCBC. Windows color (decimal): -2702763 or 5620438. OLE color: 5620438.

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

Color convert

RGB 214 194 85 -
CMYK 0 0.09 0.60 0.16
HSL 50.7º 0.61% 0.59% -
HSV(B) 50.7º 0.6% 0.84% -
XYZ 48.66 53.54 16.36 -
YUV 187.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 214 194 85 0 0.09 0.60 0.16 50.7 0.61 0.59
Hex D6 C2 55 0 9 3C 10 33 3D 3B
Octal 326 302 125 0 11 74 20 63 75 73
Binary 11010110 11000010 1010101 0 1001 111100 10000 110011 111101 111011

Color Harmonies of #D6C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C255

Black with #D6C255

Text Example


Text Example

White with #D6C255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C255; }

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

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

background-color css

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

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

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

border-color css

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

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

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