Html Css Color HEX #D9C364 Tacha

📋 copy color: '#D9C364'

red 217 ◦ green 195 ◦ blue 100

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

Shades of Tacha #D9C364

Tints of Tacha #D9C364

RGB

 RED value IS 217 (85.16% from 255) = 42.38%

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

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

R = 42.38%
G = 38.09%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9C364 (or 0xD9C364) is known color: Tacha. HEX triplet: D9, C3 and 64. RGB value is (217,195,100). Sum of RGB (Red+Green+Blue) = 217+195+100=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C364 is #263C9B. Grayscale: #BFBFBF. Windows color (decimal): -2505884 or 6603737. OLE color: 6603737.

HSL color Cylindrical-coordinate representation of color #D9C364: hue angle of 48.72º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9C364 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 195 100 -
CMYK 0 0.10 0.54 0.15
HSL 48.72º 0.61% 0.62% -
HSV(B) 48.72º 0.54% 0.85% -
XYZ 50.43 54.7 19.96 -
YUV 190.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 217 195 100 0 0.10 0.54 0.15 48.72 0.61 0.62
Hex D9 C3 64 0 A 36 F 31 3D 3E
Octal 331 303 144 0 12 66 17 61 75 76
Binary 11011001 11000011 1100100 0 1010 110110 1111 110001 111101 111110

Color Harmonies of #D9C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C364

Black with #D9C364

Text Example


Text Example

White with #D9C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C364; }

 p { color: rgb(217,195,100); }

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

background-color css

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

 a { background-color: rgb(217,195,100); }

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

border-color css

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

 span { border-color: rgb(217,195,100); }

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