Html Css Color HEX #D6C165 Tacha

📋 copy color: '#D6C165'

red 214 ◦ green 193 ◦ blue 101

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

Shades of Tacha #D6C165

Tints of Tacha #D6C165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.99%

 BLUE value IS 101 (39.84% from 255) = 19.88%

R = 42.13%
G = 37.99%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6C165 (or 0xD6C165) is known color: Tacha. HEX triplet: D6, C1 and 65. RGB value is (214,193,101). Sum of RGB (Red+Green+Blue) = 214+193+101=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C165 is #293E9A. Grayscale: #BDBDBD. Windows color (decimal): -2703003 or 6668758. OLE color: 6668758.

HSL color Cylindrical-coordinate representation of color #D6C165: hue angle of 48.85º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6C165 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 101 -
CMYK 0 0.10 0.53 0.16
HSL 48.85º 0.58% 0.62% -
HSV(B) 48.85º 0.53% 0.84% -
XYZ 49.15 53.38 20.02 -
YUV 188.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 214 193 101 0 0.10 0.53 0.16 48.85 0.58 0.62
Hex D6 C1 65 0 A 35 10 31 3A 3E
Octal 326 301 145 0 12 65 20 61 72 76
Binary 11010110 11000001 1100101 0 1010 110101 10000 110001 111010 111110

Color Harmonies of #D6C165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C165

Black with #D6C165

Text Example


Text Example

White with #D6C165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C165; }

 p { color: rgb(214,193,101); }

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

background-color css

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

 a { background-color: rgb(214,193,101); }

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

border-color css

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

 span { border-color: rgb(214,193,101); }

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