Html Css Color HEX #D3C463 Tacha

📋 copy color: '#D3C463'

red 211 ◦ green 196 ◦ blue 99

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

Shades of Tacha #D3C463

Tints of Tacha #D3C463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.57%

R = 41.7%
G = 38.74%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D3C463 (or 0xD3C463) is known color: Tacha. HEX triplet: D3, C4 and 63. RGB value is (211,196,99). Sum of RGB (Red+Green+Blue) = 211+196+99=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C463 is #2C3B9C. Grayscale: #BDBDBD. Windows color (decimal): -2898845 or 6538451. OLE color: 6538451.

HSL color Cylindrical-coordinate representation of color #D3C463: hue angle of 51.96º 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 #D3C463 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 196 99 -
CMYK 0 0.07 0.53 0.17
HSL 51.96º 0.56% 0.61% -
HSV(B) 51.96º 0.53% 0.83% -
XYZ 48.86 54.23 19.7 -
YUV 189.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 211 196 99 0 0.07 0.53 0.17 51.96 0.56 0.61
Hex D3 C4 63 0 7 35 11 34 38 3D
Octal 323 304 143 0 7 65 21 64 70 75
Binary 11010011 11000100 1100011 0 111 110101 10001 110100 111000 111101

Color Harmonies of #D3C463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C463

Black with #D3C463

Text Example


Text Example

White with #D3C463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C463; }

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

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

background-color css

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

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

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

border-color css

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

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

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