Html Css Color HEX #D6C45B Tacha

📋 copy color: '#D6C45B'

red 214 ◦ green 196 ◦ blue 91

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

Shades of Tacha #D6C45B

Tints of Tacha #D6C45B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

 BLUE value IS 91 (35.94% from 255) = 18.16%

R = 42.71%
G = 39.12%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6C45B (or 0xD6C45B) is known color: Tacha. HEX triplet: D6, C4 and 5B. RGB value is (214,196,91). Sum of RGB (Red+Green+Blue) = 214+196+91=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C45B is #293BA4. Grayscale: #BDBDBD. Windows color (decimal): -2702245 or 6014166. OLE color: 6014166.

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

Color convert

RGB 214 196 91 -
CMYK 0 0.08 0.57 0.16
HSL 51.22º 0.6% 0.6% -
HSV(B) 51.22º 0.57% 0.84% -
XYZ 49.36 54.53 17.82 -
YUV 189.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 214 196 91 0 0.08 0.57 0.16 51.22 0.6 0.6
Hex D6 C4 5B 0 8 39 10 33 3C 3C
Octal 326 304 133 0 10 71 20 63 74 74
Binary 11010110 11000100 1011011 0 1000 111001 10000 110011 111100 111100

Color Harmonies of #D6C45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C45B

Black with #D6C45B

Text Example


Text Example

White with #D6C45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C45B; }

 p { color: rgb(214,196,91); }

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

background-color css

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

 a { background-color: rgb(214,196,91); }

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

border-color css

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

 span { border-color: rgb(214,196,91); }

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