Html Css Color HEX #D3C465 Tacha

📋 copy color: '#D3C465'

red 211 ◦ green 196 ◦ blue 101

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

Shades of Tacha #D3C465

Tints of Tacha #D3C465

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.58%

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

R = 41.54%
G = 38.58%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D3C465 (or 0xD3C465) is known color: Tacha. HEX triplet: D3, C4 and 65. RGB value is (211,196,101). Sum of RGB (Red+Green+Blue) = 211+196+101=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C465 is #2C3B9A. Grayscale: #BEBEBE. Windows color (decimal): -2898843 or 6669523. OLE color: 6669523.

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

Color convert

RGB 211 196 101 -
CMYK 0 0.07 0.52 0.17
HSL 51.82º 0.56% 0.61% -
HSV(B) 51.82º 0.52% 0.83% -
XYZ 48.95 54.27 20.21 -
YUV 189.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 211 196 101 0 0.07 0.52 0.17 51.82 0.56 0.61
Hex D3 C4 65 0 7 34 11 34 38 3D
Octal 323 304 145 0 7 64 21 64 70 75
Binary 11010011 11000100 1100101 0 111 110100 10001 110100 111000 111101

Color Harmonies of #D3C465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C465

Black with #D3C465

Text Example


Text Example

White with #D3C465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C465; }

 p { color: rgb(211,196,101); }

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

background-color css

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

 a { background-color: rgb(211,196,101); }

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

border-color css

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

 span { border-color: rgb(211,196,101); }

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