Html Css Color HEX #D1C764 Tacha

📋 copy color: '#D1C764'

red 209 ◦ green 199 ◦ blue 100

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

Shades of Tacha #D1C764

Tints of Tacha #D1C764

RGB

 RED value IS 209 (82.03% from 255) = 41.14%

 GREEN value IS 199 (78.13% from 255) = 39.17%

 BLUE value IS 100 (39.45% from 255) = 19.69%

R = 41.14%
G = 39.17%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D1C764 (or 0xD1C764) is known color: Tacha. HEX triplet: D1, C7 and 64. RGB value is (209,199,100). Sum of RGB (Red+Green+Blue) = 209+199+100=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C764 is #2E389B. Grayscale: #BFBFBF. Windows color (decimal): -3029148 or 6604753. OLE color: 6604753.

HSL color Cylindrical-coordinate representation of color #D1C764: hue angle of 54.5º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1C764 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 199 100 -
CMYK 0 0.05 0.52 0.18
HSL 54.5º 0.54% 0.61% -
HSV(B) 54.5º 0.52% 0.82% -
XYZ 49.02 55.32 20.15 -
YUV 190.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 209 199 100 0 0.05 0.52 0.18 54.5 0.54 0.61
Hex D1 C7 64 0 5 34 12 36 36 3D
Octal 321 307 144 0 5 64 22 66 66 75
Binary 11010001 11000111 1100100 0 101 110100 10010 110110 110110 111101

Color Harmonies of #D1C764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C764

Black with #D1C764

Text Example


Text Example

White with #D1C764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C764; }

 p { color: rgb(209,199,100); }

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

background-color css

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

 a { background-color: rgb(209,199,100); }

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

border-color css

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

 span { border-color: rgb(209,199,100); }

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