Html Css Color HEX #D3C364 Tacha

📋 copy color: '#D3C364'

red 211 ◦ green 195 ◦ blue 100

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

Shades of Tacha #D3C364

Tints of Tacha #D3C364

RGB

 RED value IS 211 (82.81% from 255) = 41.7%

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

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

R = 41.7%
G = 38.54%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D3C364 (or 0xD3C364) is known color: Tacha. HEX triplet: D3, C3 and 64. RGB value is (211,195,100). Sum of RGB (Red+Green+Blue) = 211+195+100=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C364 is #2C3C9B. Grayscale: #BDBDBD. Windows color (decimal): -2899100 or 6603731. OLE color: 6603731.

HSL color Cylindrical-coordinate representation of color #D3C364: hue angle of 51.35º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3C364 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 195 100 -
CMYK 0 0.08 0.53 0.17
HSL 51.35º 0.56% 0.61% -
HSV(B) 51.35º 0.53% 0.83% -
XYZ 48.68 53.8 19.88 -
YUV 188.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 211 195 100 0 0.08 0.53 0.17 51.35 0.56 0.61
Hex D3 C3 64 0 8 35 11 33 38 3D
Octal 323 303 144 0 10 65 21 63 70 75
Binary 11010011 11000011 1100100 0 1000 110101 10001 110011 111000 111101

Color Harmonies of #D3C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C364

Black with #D3C364

Text Example


Text Example

White with #D3C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C364; }

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

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

background-color css

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

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

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

border-color css

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

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

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