Html Css Color HEX #D6CA5B Tacha

📋 copy color: '#D6CA5B'

red 214 ◦ green 202 ◦ blue 91

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

Shades of Tacha #D6CA5B

Tints of Tacha #D6CA5B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.84%

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

R = 42.21%
G = 39.84%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6CA5B (or 0xD6CA5B) is known color: Tacha. HEX triplet: D6, CA and 5B. RGB value is (214,202,91). Sum of RGB (Red+Green+Blue) = 214+202+91=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA5B is #2935A4. Grayscale: #C1C1C1. Windows color (decimal): -2700709 or 6015702. OLE color: 6015702.

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

Color convert

RGB 214 202 91 -
CMYK 0 0.06 0.57 0.16
HSL 54.15º 0.6% 0.6% -
HSV(B) 54.15º 0.57% 0.84% -
XYZ 50.74 57.29 18.28 -
YUV 192.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 214 202 91 0 0.06 0.57 0.16 54.15 0.6 0.6
Hex D6 CA 5B 0 6 39 10 36 3C 3C
Octal 326 312 133 0 6 71 20 66 74 74
Binary 11010110 11001010 1011011 0 110 111001 10000 110110 111100 111100

Color Harmonies of #D6CA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA5B

Black with #D6CA5B

Text Example


Text Example

White with #D6CA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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