Html Css Color HEX #D6C35B Tacha

📋 copy color: '#D6C35B'

red 214 ◦ green 195 ◦ blue 91

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

Shades of Tacha #D6C35B

Tints of Tacha #D6C35B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

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

R = 42.8%
G = 39%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6C35B (or 0xD6C35B) is known color: Tacha. HEX triplet: D6, C3 and 5B. RGB value is (214,195,91). Sum of RGB (Red+Green+Blue) = 214+195+91=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C35B is #293CA4. Grayscale: #BDBDBD. Windows color (decimal): -2702501 or 6013910. OLE color: 6013910.

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

Color convert

RGB 214 195 91 -
CMYK 0 0.09 0.57 0.16
HSL 50.73º 0.6% 0.6% -
HSV(B) 50.73º 0.57% 0.84% -
XYZ 49.13 54.08 17.75 -
YUV 188.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 214 195 91 0 0.09 0.57 0.16 50.73 0.6 0.6
Hex D6 C3 5B 0 9 39 10 33 3C 3C
Octal 326 303 133 0 11 71 20 63 74 74
Binary 11010110 11000011 1011011 0 1001 111001 10000 110011 111100 111100

Color Harmonies of #D6C35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C35B

Black with #D6C35B

Text Example


Text Example

White with #D6C35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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